cloudflare/docker-compose.yml
hcornet 2bc8f85df1
Some checks failed
Deployment Verification / deploy-and-test (push) Has been cancelled
first sync
2024-12-23 19:01:51 +01:00

24 lines
665 B
YAML

#### NETWORKS
#networks:
# macvlan4:
# external: true
#### SERVICES
services:
tunnel:
container_name: cloudflared-tunnel
hostname: cloudflared-tunnel
image: cloudflare/cloudflared:latest
restart: unless-stopped
command: tunnel run
volumes:
- "/etc/localtime:/etc/localtime:ro"
# - "./config:/home/nonroot/.cloudflared/"
# restart: always
environment:
- TZ=Europe/Paris
- TUNNEL_TOKEN=000000000000000000000000000000000000000000000000000000000000000000000000000000
# networks:
# macvlan4: # change name to whatever you like
# ipv4_address: 10.0.4.20 # change to your IP in your vLAN subnet