#67 Fix for "It seems like you did not give the mastercontainer volume the correct name?"
This commit is contained in:
parent
b576623a8c
commit
4539e1b7c9
@ -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:
|
Loading…
Reference in New Issue
Block a user