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

14 lines
263 B
YAML
Raw Normal View History

2023-02-11 16:29:32 +01:00
---
version: "3.0"
services:
proxy:
image: visibilityspots/cloudflared:2023.2.1-alpine-3.17
restart: unless-stopped
environment:
UPSTREAM1: '${UPSTREAM1}'
UPSTREAM2: '${UPSTREAM2}'
ports:
- "53:5054/tcp"
- "53:5054/udp"