mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 15:41:07 +00:00
feat: cloudflared container compose
This commit is contained in:
parent
9e1934b7f6
commit
006d87b4c5
1 changed files with 8 additions and 0 deletions
8
cloudflared/docker-compose.yml
Normal file
8
cloudflared/docker-compose.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
cloudflared:
|
||||
image: cloudflare/cloudflared:latest
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
command: tunnel --no-autoupdate run --token
|
||||
TOKEN
|
||||
Loading…
Add table
Add a link
Reference in a new issue