mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-16 11:15:14 +00:00
fix env filename in nextcloud db-backup compose (#104)
This commit is contained in:
@@ -105,7 +105,7 @@ services:
|
|||||||
|
|
||||||
db-backup:
|
db-backup:
|
||||||
image: mariadb:10
|
image: mariadb:10
|
||||||
env_file: /var/data/config/nextcloud/nextcloud.env
|
env_file: /var/data/config/nextcloud/nextcloud-db-backup.env
|
||||||
volumes:
|
volumes:
|
||||||
- /var/data/nextcloud/database-dump:/dump
|
- /var/data/nextcloud/database-dump:/dump
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user