fix: add tmp and logs path in sample env

This commit is contained in:
Ravinou 2023-12-30 18:30:09 +01:00
parent 9470957639
commit f90f690bba
No known key found for this signature in database
GPG key ID: EEEE670C40F6A4D7

View file

@ -13,6 +13,7 @@ NEXTAUTH_SECRET=your-secret
CRONJOB_KEY=your-other-secret
# UID:GID must match the user and group ID of the host folders and must be > 1000
# If you want to use a different user than 1001:1001, you must rebuild the image yourself.
UID=1001
GID=1001
@ -22,6 +23,8 @@ CONFIG_PATH=./config
SSH_PATH=./ssh
SSH_HOST=./ssh_host
BORG_REPOSITORY_PATH=./repos
TMP_PATH=./tmp
LOGS_PATH=./logs
## Optional variables section ##