Skip to content

Instantly share code, notes, and snippets.

@vinhjaxt
Created August 16, 2023 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinhjaxt/36e2226ab7587ace62303b01035e04cb to your computer and use it in GitHub Desktop.
Save vinhjaxt/36e2226ab7587ace62303b01035e04cb to your computer and use it in GitHub Desktop.
Cloudflared Tunnel docker
docker run -d --name "cloudflared" \
--restart=unless-stopped \
--add-host=host.docker.internal:host-gateway \
cloudflare/cloudflared:latest \
--url http://host.docker.internal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment