Update docker-compose.yml

This commit is contained in:
hotstovejer 2025-12-13 17:06:49 -06:00
parent 8c017fcfd2
commit 2c2a0d2bb9

View File

@ -8,8 +8,6 @@ services:
- 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'!
network_mode: bridge # add to the same network as docker run would do
networks:
- nextcloud-aio
ports:
- 8080:8080
- 8443:8443