#67 Fix for "It seems like you did not give the mastercontainer volume the correct name?"

This commit is contained in:
Joey Hafner 2022-11-02 09:02:52 -07:00
parent b576623a8c
commit 4539e1b7c9

View File

@ -17,9 +17,12 @@ services:
networks:
- web
volumes:
- $DOCKER_DATA/docker-aio-config:/mnt/docker-aio-config
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
web:
external: true
external: true
volumes:
nextcloud_aio_mastercontainer: