desktop-ubuntu/_installs/nextcloud.sh

16 lines
385 B
Bash
Raw Normal View History

2023-06-18 15:34:39 +02:00
curl -fsSL https://get.docker.com | sudo sh
sudo docker run \
--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 \
nextcloud/all-in-one:latest
firefox 'https://<server>:8080'