remove APP_WEB_ROOT from fpm container because it expect a different value from nginx container, replace with APP_INSTALL_BASE_DIR specific to fpm container
This commit is contained in:
@@ -7,7 +7,9 @@ ARG ALPINE_MIRROR
|
||||
|
||||
ENV SCRIPT_ROOT=/opt/tt-rss
|
||||
ENV SRC_DIR=/src/tt-rss/
|
||||
ENV APP_WEB_ROOT=/var/www/html
|
||||
|
||||
# Normally there's no need to change this, should point to a volume shared with nginx container
|
||||
ENV APP_INSTALL_BASE_DIR=/var/www/html
|
||||
|
||||
# Used to centralize the PHP version suffix for packages and paths
|
||||
ENV PHP_SUFFIX=84
|
||||
|
||||
Reference in New Issue
Block a user