Skip to content

Instantly share code, notes, and snippets.

@barankaynak
Created July 7, 2024 06:42
Show Gist options
  • Save barankaynak/2c1e8a90009f10ba245329bb440e20c0 to your computer and use it in GitHub Desktop.
Save barankaynak/2c1e8a90009f10ba245329bb440e20c0 to your computer and use it in GitHub Desktop.
cloudflared
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