migrate to compose-projects folder and init repo
This commit is contained in:
18
cloudflared/docker-compose.yml
Normal file
18
cloudflared/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
cloudflared:
|
||||
image: cloudflare/cloudflared:latest
|
||||
container_name: cloudflared
|
||||
user: "0:0"
|
||||
volumes:
|
||||
- ./config:/root/.cloudflared
|
||||
#command: tunnel login
|
||||
#command: tunnel create tunnel_ccalifice
|
||||
command: tunnel --no-autoupdate run
|
||||
restart: always
|
||||
networks:
|
||||
- caddy-net
|
||||
|
||||
networks:
|
||||
caddy-net:
|
||||
external: true
|
||||
name: caddy-net
|
||||
Reference in New Issue
Block a user