summaryrefslogtreecommitdiff
path: root/gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-02 11:31:39 +0300
committerPaul Buetow <paul@buetow.org>2025-10-02 11:31:39 +0300
commit100c1e6fd4661293333b689b75b364fc07dc2bf4 (patch)
tree701de616919066d71c664409f50589f8d2e1c936 /gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio
parent2b034797107660d4d83f8a7acdc55d32db785b82 (diff)
Update content for md
Diffstat (limited to 'gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio')
-rwxr-xr-xgemfeed/examples/conf/babylon5/docker-start-nextcloud-aio15
1 files changed, 0 insertions, 15 deletions
diff --git a/gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio b/gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio
deleted file mode 100755
index 0a66afb7..00000000
--- a/gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/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