Created
April 28, 2023 14:42
-
-
Save clemone210/ad46861190c54d50da80c030ad3af1bc to your computer and use it in GitHub Desktop.
Cloudflare Zero Trust Tunnel docker-compose file.
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
version: "3.9" | |
services: | |
tunnel: | |
container_name: cloudflared-tunnel | |
image: cloudflare/cloudflared | |
restart: unless-stopped | |
command: tunnel run | |
environment: | |
- TUNNEL_TOKEN=yourtoken |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment