Created
July 21, 2023 03:32
-
-
Save trentnbauer/349afde93884dce6d85822c58ec799ce to your computer and use it in GitHub Desktop.
My compose file for a Cloudflare Tunnel. Please fill the $KEY variable
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" | |
services: | |
app: | |
image: cloudflare/cloudflared:2023.7.1 | |
restart: unless-stopped | |
network_mode: host | |
command: tunnel run -token $KEY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment