1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-04-13 11:40:41 +02:00
This commit is contained in:
kev 2020-03-10 11:31:01 +08:00
parent cef39dacca
commit c851cf8e16

View File

@ -1,10 +1,11 @@
dnscrypt-server:
image: jedisct1/dnscrypt-server
container_name: dnscrypt-server
# command: init -N easypi.pro -E 192.168.1.1:443
# command: init -N easypi.pro -E 192.168.1.1:443 -M 0.0.0.0:9100 -A
ports:
- "443:443/tcp"
- "443:443/udp"
- "9100:9100/tcp"
volumes:
- ./data:/opt/encrypted-dns/etc/keys
ulimits: