mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-21 17:56:44 +00:00
REL-0.11 Fixing #82 TCP/53 and UDP/53 already taken on OSX/Linux
This commit is contained in:
parent
f2033556e3
commit
c25a3bfed9
@ -36,8 +36,8 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
# [local-machine:]local-port:docker-port
|
||||
- "${LOCAL_LISTEN_ADDR}${HOST_PORT_BIND}:53"
|
||||
- "${LOCAL_LISTEN_ADDR}${HOST_PORT_BIND}/udp:53/udp"
|
||||
- "${LOCAL_LISTEN_ADDR}${HOST_PORT_BIND:-1053}:53"
|
||||
- "${LOCAL_LISTEN_ADDR}${HOST_PORT_BIND:-1053}:53/udp"
|
||||
|
||||
environment:
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user