removal of unnecessary env variables

This commit is contained in:
Jokob-sk
2024-03-21 08:54:08 +11:00
parent 7d18dd546e
commit bb83b4b8bd
7 changed files with 8 additions and 29 deletions

View File

@@ -62,7 +62,5 @@ services:
environment:
- TZ=${TZ}
- PORT=${PORT}
- HOST_USER_ID=${HOST_USER_ID}
- HOST_USER_GID=${HOST_USER_GID}
# ❗ DANGER ZONE BELOW - Setting ALWAYS_FRESH_INSTALL=true will delete the content of the /db & /config folders
- ALWAYS_FRESH_INSTALL=${ALWAYS_FRESH_INSTALL}