From 338e0868f538cd05b1dea16d00d05f2ef35f3438 Mon Sep 17 00:00:00 2001 From: Zoey Date: Fri, 12 Jul 2024 14:37:17 +0200 Subject: [PATCH] Update compose.yaml Signed-off-by: Zoey --- compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yaml b/compose.yaml index d300a97d..69516d24 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,6 +7,7 @@ services: 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'! + network_mode: bridge # add to the same network as docker run would do ports: - 80:80 # Can be removed when running behind a web server or reverse proxy (like Apache, Nginx, Cloudflare Tunnel and else). See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md - 8080:8080