Created
October 22, 2024 10:21
-
-
Save tamld/0af27cdfad66dfdf7cb3029a65527cd4 to your computer and use it in GitHub Desktop.
nextlcoud-docker-cloudflared-setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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