Rename to .yaml to keep consistency

This commit is contained in:
purple_emily
2024-03-09 14:06:11 +00:00
committed by iPromKnight
parent d8885b23bc
commit 28e6c09612
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
name: cloudflared
networks:
cloudflare-tunnel:
name: cloudflare-tunnel
external: true
services:
cloudflared:
container_name: cloudflared
command: tunnel --no-autoupdate run --token ${TOKEN}
hostname: cloudflared
image: cloudflare/cloudflared:latest
networks:
- cloudflare-tunnel
restart: always
security_opt:
- no-new-privileges:true