From 9957e037ac464b280fa5ad5320f482326d865cd6 Mon Sep 17 00:00:00 2001 From: Peter Smit Date: Thu, 27 Mar 2025 19:10:30 +0100 Subject: [PATCH] damn nextcloud again --- nextcloud/docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml index 43e5c57..f8dc80f 100644 --- a/nextcloud/docker-compose.yml +++ b/nextcloud/docker-compose.yml @@ -10,7 +10,9 @@ services: network_mode: bridge # add to the same network as docker run would do ports: - 8081:8080 - - 8443:8443 + environment: + APACHE_PORT: 11000 + APACHE_IP_BINDING: 127.0.0.1 volumes: # If you want to store the data on a different drive, see https://github.com/nextcloud/all-in-one#how-to-store-the-filesinstallation-on-a-separate-drive nextcloud_aio_mastercontainer: