changed to env variable strings

This commit is contained in:
2023-08-11 14:24:34 -05:00
parent b152d01de3
commit ea22a1f03d
+2 -2
View File
@@ -220,8 +220,8 @@ services:
- BACKUP_DIR=/data/backups
- CRON_TIME=15 * * * *
- TIMESTAMP=true
- UID=1000
- GID=1000
- UID=${PUID}
- GID=${PGID}
depends_on:
- vaultwarden
init: true