diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-02 11:31:38 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-02 11:31:38 +0300 |
| commit | ff9f3a641fec256e1f4b01fcd95590451f656f0a (patch) | |
| tree | 04f4b0d8d370006bd2cc22e35c4ce76f7ba134d6 /gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio | |
| parent | c0f9ecf5e0b075db8e54ef1235ec80878e418398 (diff) | |
Update content for html
Diffstat (limited to 'gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio')
| -rwxr-xr-x | gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio | 15 |
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 |
