ALWAYS_FRESH_INSTALL variable

This commit is contained in:
Jokob-sk
2024-02-17 08:51:10 +11:00
parent fdf381d565
commit 87dd1cdf2d
2 changed files with 13 additions and 0 deletions

View File

@@ -63,3 +63,5 @@ services:
- 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}