This commit is contained in:
traveler 2025-01-22 20:53:19 -06:00
parent 21450309de
commit 9d86da61c1
3 changed files with 2 additions and 24 deletions

View file

@ -6,7 +6,7 @@ services:
container_name: nextcloud-aio-mastercontainer # This line is not allowed to be changed as otherwise AIO will not work correctly
volumes:
#- nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed as otherwise the built-in backup solution will not work
#- /var/run/docker.sock:/var/run/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set 'WATCHTOWER_DOCKER_SOCKET_PATH'!
- /var/run/docker.sock:/var/run/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set 'WATCHTOWER_DOCKER_SOCKET_PATH'!
- /srv/ssd1/NextCloud-AIO:/var/www/html/data
networks:
- netgrimoire # add to the same network as docker run would do