You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-07-17 01:22:25 +02:00
update
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user