Created
August 16, 2023 11:35
-
-
Save vinhjaxt/36e2226ab7587ace62303b01035e04cb to your computer and use it in GitHub Desktop.
Cloudflared Tunnel docker
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
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