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:
Andrew Dolgov
2025-05-24 13:10:28 +03:00
parent 9d4e945386
commit 52267d2639
5 changed files with 11 additions and 8 deletions
+3 -1
View File
@@ -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