Skip to content

Instantly share code, notes, and snippets.

@tamld
Created October 22, 2024 10:21
Show Gist options
  • Save tamld/0af27cdfad66dfdf7cb3029a65527cd4 to your computer and use it in GitHub Desktop.
Save tamld/0af27cdfad66dfdf7cb3029a65527cd4 to your computer and use it in GitHub Desktop.
nextlcoud-docker-cloudflared-setting
sudo docker run \
--init \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--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 \
--env SKIP_DOMAIN_VALIDATION=true \
nextcloud/all-in-one:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment