Created
July 7, 2024 06:42
-
-
Save barankaynak/2c1e8a90009f10ba245329bb440e20c0 to your computer and use it in GitHub Desktop.
cloudflared
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
services: | |
cloudflared: | |
image: cloudflare/cloudflared:latest #update the verion where necessary | |
container_name: cloudflared | |
restart: unless-stopped | |
# networks: | |
# - proxy | |
command: | |
- tunnel | |
- --no-autoupdate | |
- run | |
- --token | |
- yourtoken |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment