mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-25 12:14:46 +02:00
update
This commit is contained in:
parent
cef39dacca
commit
c851cf8e16
@ -1,10 +1,11 @@
|
|||||||
dnscrypt-server:
|
dnscrypt-server:
|
||||||
image: jedisct1/dnscrypt-server
|
image: jedisct1/dnscrypt-server
|
||||||
container_name: 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:
|
ports:
|
||||||
- "443:443/tcp"
|
- "443:443/tcp"
|
||||||
- "443:443/udp"
|
- "443:443/udp"
|
||||||
|
- "9100:9100/tcp"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/opt/encrypted-dns/etc/keys
|
- ./data:/opt/encrypted-dns/etc/keys
|
||||||
ulimits:
|
ulimits:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user