Correction of volume variable.

This commit is contained in:
2021-11-19 09:43:11 +01:00
parent b41d22bcc7
commit 05beb5049f

View File

@@ -7,8 +7,8 @@ mysql_databases: ['bookstack', 'kimai', 'semaphore']
postgres_databases: ['gitea', 'nextcloud'] postgres_databases: ['gitea', 'nextcloud']
volumes: volumes:
bookstack: bookstack:
container: bookstack container: "bookstack"
path: /config path: "/config"
dnsmasq: dnsmasq:
container: pihole container: "pihole"
path: /etc/dnsmasq.d path: "/etc/dnsmasq.d"