nextcloud aio
Some checks failed
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 4m24s

This commit is contained in:
2023-09-26 03:13:11 +01:00
parent c74a696d25
commit 4f0dde1da8
4 changed files with 49 additions and 13 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/bash
docker stop nextcloud-aio-mastercontainer || true
docker rm nextcloud-aio-mastercontainer || true
docker run \
--init \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart unless-stopped \
--publish 8080:8080 \
--env APACHE_PORT=11000 \
--env APACHE_IP_BINDING=0.0.0.0 \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
-d nextcloud/all-in-one:latestdocker run