From fcf6bf1e1d6932529a38abf78a5839e81ce3285b Mon Sep 17 00:00:00 2001 From: hotstovejer Date: Sat, 6 Dec 2025 17:51:46 -0600 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index ab80362..53fd04c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ 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"] + networks: "nextcloud-aio" ports: - 8080:8080 - 8443:8443