damn nextcloud again

This commit is contained in:
Peter Smit
2025-03-27 19:10:30 +01:00
parent 1a9a439ed7
commit 9957e037ac

View File

@@ -10,7 +10,9 @@ services:
network_mode: bridge # add to the same network as docker run would do network_mode: bridge # add to the same network as docker run would do
ports: ports:
- 8081:8080 - 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 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: nextcloud_aio_mastercontainer: