Created
December 30, 2022 13:37
-
-
Save Lucifer1590/0f5eb83c669c2e0ad9129ce42043a447 to your computer and use it in GitHub Desktop.
This file contains 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.8" | |
services: | |
tunnel: | |
container_name: cloudflared | |
image: jonoh/cloudflared | |
restart: unless-stopped | |
command: tunnel run | |
environment: | |
- TUNNEL_TOKEN= | |
networks: | |
default: | |
external: | |
name: tunnel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment