mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
11 lines
205 B
YAML
11 lines
205 B
YAML
version: "3.8"
|
|
services:
|
|
dnscrypt-proxy:
|
|
image: vimagick/dnscrypt-proxy
|
|
ports:
|
|
- "53:53/tcp"
|
|
- "53:53/udp"
|
|
volumes:
|
|
- ./data:/etc/dnscrypt-proxy
|
|
restart: unless-stopped
|