fix: Backup uploaded files

Environment variables take precedence over configurations from the config files, so don't backup it.
This commit is contained in:
Simon 2021-09-15 22:31:45 +02:00
parent 3a17eb8b88
commit 951490a1da
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ services:
depends_on:
- postgres
volumes:
- hedgedoc:/config
- hedgedoc:/opt/hedgedoc/public/uploads
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
environment: