1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-15 10:46:34 +00:00

fix env filename in nextcloud db-backup compose (#104)

This commit is contained in:
Ben Jones
2020-06-12 09:36:49 +12:00
committed by GitHub
parent b7121f8f55
commit bcdb8fc229

View File

@@ -105,7 +105,7 @@ services:
db-backup:
image: mariadb:10
env_file: /var/data/config/nextcloud/nextcloud.env
env_file: /var/data/config/nextcloud/nextcloud-db-backup.env
volumes:
- /var/data/nextcloud/database-dump:/dump
- /etc/localtime:/etc/localtime:ro