fix(docs): add missing network config to cloudflared compose override (#1048)

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
ternera
2026-06-19 22:11:26 +01:00
committed by GitHub
co-authored by Jiralite
parent 0f3f059454
commit b450a4ee93
+2
View File
@@ -157,6 +157,8 @@ Keep these defaults unless you know you need to change them:
command: tunnel run --token ${CLOUDFLARED_TOKEN:?set CLOUDFLARED_TOKEN}
depends_on:
- caddy
networks:
- fluxer
YAML
export CLOUDFLARED_TOKEN='paste-your-tunnel-token-here'