Skip to content

Commit

Permalink
organizr: Migrated from old v2 docker image to new
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Nov 12, 2020
1 parent f9008cf commit 7b1640a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@ DOWNLOADS=/data/ssd/mediabox/downloads
CALIBRE_USERNAME=yourusername
CALIBRE_PASSWORD=8543a52ww3456g6785725427b20f87d2

#
# The latest tag will get you the original Organizr v2 image.
# 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.
# 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.
# The armhf tag is an adaptation of the php-fpm image for ArmHF platforms like the RaspberryPi.
# The arm64 tag is an adaptation of the php-fpm image for Arm64 platforms like the ASRock64.
# The dev- equivalent tags pull from the v2-develop branch of the GitHub repository instead of the main v2-master branch.
#
ORGANIZR_TAG=latest

#
# Thanks to https://github.com/gilbN/theme.park
# See themes/deluge for more options (e.g: aquamarine, dark, plex)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ services:
- traefik.enable=false

organizr:
image: organizrtools/organizr-v2:${ORGANIZR_TAG}
image: organizr/organizr
container_name: organizr
networks:
default:
Expand Down

0 comments on commit 7b1640a

Please sign in to comment.