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:
authornachoparker <nacho@ownyourbits.com>2018-02-19 15:23:23 +0300
committernachoparker <nacho@ownyourbits.com>2018-02-19 15:23:23 +0300
commit94bd3b9fbad8d2b3300699852e1061150bb7dd4e (patch)
tree2e4d6f727d5d1087ffe5df13c200b187f8d481e9
parenta9a18097e6f7b9431e5e34044afe970456faeb39 (diff)
docker: use docker networks for x86v0.46.21
-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: