summaryrefslogtreecommitdiff
path: root/babylon5/docker-start-nextcloud-aio
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-01-01 23:12:36 +0200
committerPaul Buetow <paul@buetow.org>2024-01-01 23:12:36 +0200
commit2b0acc970d5b5946d719d8951a8964420b52a7ff (patch)
tree4bb03a7d77335b88d372736e9cab93d04637d579 /babylon5/docker-start-nextcloud-aio
parent78e64b8223d95c5474db25d58d4241517407125e (diff)
add some scripts as a backup here
Diffstat (limited to 'babylon5/docker-start-nextcloud-aio')
-rwxr-xr-xbabylon5/docker-start-nextcloud-aio15
1 files changed, 15 insertions, 0 deletions
diff --git a/babylon5/docker-start-nextcloud-aio b/babylon5/docker-start-nextcloud-aio
new file mode 100755
index 0000000..0a66afb
--- /dev/null
+++ b/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