sysfiles/opt/dns-proxy/docker-compose.yml

14 lines
252 B
YAML
Raw Normal View History

2023-02-11 16:29:32 +01:00
---
version: "3.0"
services:
proxy:
2023-08-02 22:52:37 +02:00
image: visibilityspots/cloudflared:v2023.7.3
2023-02-11 16:29:32 +01:00
restart: unless-stopped
environment:
UPSTREAM1: '${UPSTREAM1}'
UPSTREAM2: '${UPSTREAM2}'
ports:
- "53:5054/tcp"
- "53:5054/udp"