Upload files to "compose/cloudflared"

This commit is contained in:
Ivo Oskamp 2024-12-20 22:34:33 +01:00
parent 1c88602b27
commit 519b84a7ed

View File

@ -0,0 +1,10 @@
services:
tunnel:
container_name: cloudflared-tunnel
image: cloudflare/cloudflared
security_opt:
- apparmor:unconfined
restart: unless-stopped
command: tunnel run
environment:
- TUNNEL_TOKEN=${TUNNEL_TOKEN}