Skip to content

Commit dea5c32

Browse files
committed
tunnel
1 parent 0e80b0d commit dea5c32

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker-compose.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ services:
7272
networks:
7373
- default
7474

75+
cloudflare-tunnel:
76+
container_name: cloudflare-tunnel
77+
restart: unless-stopped
78+
image: cloudflare/cloudflared:latest
79+
command: tunnel --no-autoupdate run --token ${CLOUDFLARE_TUNNEL_TOKEN}
80+
networks:
81+
- default
7582
# watchtower:
7683
# container_name: watchtower
7784
# image: containrrr/watchtower

0 commit comments

Comments
 (0)