From 7b1640a3ebf56138982d26e98f3b116585fd4ad7 Mon Sep 17 00:00:00 2001 From: Cristian Miranda Date: Thu, 12 Nov 2020 11:42:32 -0300 Subject: [PATCH] organizr: Migrated from old v2 docker image to new --- .env.template | 10 ---------- docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.env.template b/.env.template index 2dacef6..38fda1f 100644 --- a/.env.template +++ b/.env.template @@ -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) diff --git a/docker-compose.yml b/docker-compose.yml index e09ffb2..2025943 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -236,7 +236,7 @@ services: - traefik.enable=false organizr: - image: organizrtools/organizr-v2:${ORGANIZR_TAG} + image: organizr/organizr container_name: organizr networks: default: