Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker-compose.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index c01536d9..8ec6d990 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -3,9 +3,12 @@ services:
nextcloudpi:
image: ownyourbits/nextcloudpi-x86
command: "${IP}"
+ ports:
+ - "80:80"
+ - "443:443"
+ - "4443:4443"
volumes:
- ncdata:/data
- network_mode: "host"
volumes:
ncdata: