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>2017-09-21 19:57:11 +0300
committernachoparker <nacho@ownyourbits.com>2017-11-05 15:36:15 +0300
commitd0a839c09db4aab2c63cf832465880da537c9367 (patch)
treee909ff2079da0ef760204ae08c821e93d2ea92e4 /docker-compose.yml
parentfa2279faa9c5db091b97376a323275ad1f368ef6 (diff)
added docker-x86: nc and ncp for development. Update docker-armhf
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: