16 lines
415 B
Bash
16 lines
415 B
Bash
apt update && apt install -y docker.io
|
|
|
|
docker run \
|
|
--init \
|
|
--sig-proxy=false \
|
|
--name nextcloud-aio-mastercontainer \
|
|
--restart always \
|
|
--publish 80:80 \
|
|
--publish 8080:8080 \
|
|
--publish 8443:8443 \
|
|
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
|
|
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
|
|
ghcr.io/nextcloud-releases/all-in-one:latest
|
|
|
|
https://afa.butzei.de:8443
|