Some checks failed
Deployment Verification / deploy-and-test (push) Has been cancelled
24 lines
665 B
YAML
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
|