feat: add cloudflared tunnel service to docker-compose
This commit is contained in:
@@ -4,3 +4,10 @@ services:
|
||||
ports:
|
||||
- "8080:80"
|
||||
restart: always
|
||||
|
||||
tunnel:
|
||||
image: cloudflare/cloudflared:latest
|
||||
restart: always
|
||||
command: tunnel --no-autoupdate run
|
||||
environment:
|
||||
- TUNNEL_TOKEN=${TUNNEL_TOKEN}
|
||||
|
||||
Reference in New Issue
Block a user