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:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 00000000..8ec6d990
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,14 @@
+version: '3'
+services:
+ nextcloudpi:
+ image: ownyourbits/nextcloudpi-x86
+ command: "${IP}"
+ ports:
+ - "80:80"
+ - "443:443"
+ - "4443:4443"
+ volumes:
+ - ncdata:/data
+
+volumes:
+ ncdata: