mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 15:41:07 +00:00
8 lines
195 B
YAML
8 lines
195 B
YAML
services:
|
|
cloudflared:
|
|
image: cloudflare/cloudflared:latest
|
|
dns:
|
|
- 1.1.1.1
|
|
- 8.8.8.8
|
|
command: tunnel --no-autoupdate run --token
|
|
TOKEN
|