Skip to content

Commit 7b1640a

Browse files
organizr: Migrated from old v2 docker image to new
1 parent f9008cf commit 7b1640a

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.env.template

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,6 @@ DOWNLOADS=/data/ssd/mediabox/downloads
5858
CALIBRE_USERNAME=yourusername
5959
CALIBRE_PASSWORD=8543a52ww3456g6785725427b20f87d2
6060

61-
#
62-
# The latest tag will get you the original Organizr v2 image.
63-
# The php-fpm tag includes the implementation of a socket connection for PHP-FPM instead of an HTTP connection. It also includes the PM changes for the www.conf file that we recommend to users that are just getting started. One thing to note is that, if you mounted the /etc/php7/php-fpm.d/ directory for the container to your Host, you MUST recreate your container WITHOUT that mount. You will also want to remove the /path/to/Org/config/php directory from your Docker Host as that can cause issues as well. This is designed as a drop-in to get PHP-FPM working without having to mount extra directories, etc.
64-
# The plex tag will get you the original Organizr v2 image, but with some changes found in the plex-theme branch of the GitHub repo to accommodate the Plex Theme for Organizr v2 by Burry.
65-
# The armhf tag is an adaptation of the php-fpm image for ArmHF platforms like the RaspberryPi.
66-
# The arm64 tag is an adaptation of the php-fpm image for Arm64 platforms like the ASRock64.
67-
# The dev- equivalent tags pull from the v2-develop branch of the GitHub repository instead of the main v2-master branch.
68-
#
69-
ORGANIZR_TAG=latest
70-
7161
#
7262
# Thanks to https://github.com/gilbN/theme.park
7363
# See themes/deluge for more options (e.g: aquamarine, dark, plex)

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ services:
236236
- traefik.enable=false
237237

238238
organizr:
239-
image: organizrtools/organizr-v2:${ORGANIZR_TAG}
239+
image: organizr/organizr
240240
container_name: organizr
241241
networks:
242242
default:

0 commit comments

Comments
 (0)