summaryrefslogtreecommitdiff
path: root/gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio')
-rwxr-xr-xgemfeed/examples/conf/babylon5/docker-start-nextcloud-aio15
1 files changed, 15 insertions, 0 deletions
diff --git a/gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio b/gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio
new file mode 100755
index 00000000..0a66afb7
--- /dev/null
+++ b/gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio
@@ -0,0 +1,15 @@
+#!/usr/bin/bash
+
+set -x
+
+sudo docker run \
+ --sig-proxy=false \
+ --name nextcloud-aio-mastercontainer \
+ --restart always \
+ --publish 8080:8080 \
+ -e APACHE_PORT=82 \
+ -e APACHE_IP_BINDING=0.0.0.0 \
+ -e NEXTCLOUD_DATADIR=/opt/nextcloud/ncdata \
+ --volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
+ --volume /var/run/docker.sock:/var/run/docker.sock:ro \
+ nextcloud/all-in-one:latest