diff options
| author | Paul Buetow <paul@buetow.org> | 2024-01-01 23:12:36 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-01-01 23:12:36 +0200 |
| commit | 2b0acc970d5b5946d719d8951a8964420b52a7ff (patch) | |
| tree | 4bb03a7d77335b88d372736e9cab93d04637d579 /babylon5/docker-start-nextcloud-aio | |
| parent | 78e64b8223d95c5474db25d58d4241517407125e (diff) | |
add some scripts as a backup here
Diffstat (limited to 'babylon5/docker-start-nextcloud-aio')
| -rwxr-xr-x | babylon5/docker-start-nextcloud-aio | 15 |
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 |
