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: