comment to allow unbound port forwarding (#54)
* comment to allow unbound port forwarding Add a comment to allow the unbound service to be exposed to the local server could be useful for troubleshooting purposes or initial set up * Update docker-compose.yaml Remove duplicate commented line Co-authored-by: Chris Crowe <425808+chriscrowe@users.noreply.github.com>
This commit is contained in:
parent
ab6bf5c5bc
commit
2bd88b7d1b
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ services:
|
||||||
- 53:53/tcp
|
- 53:53/tcp
|
||||||
- 53:53/udp
|
- 53:53/udp
|
||||||
- 80:80/tcp
|
- 80:80/tcp
|
||||||
|
# - 5335:5335/tcp # Uncomment to enable unbound access on local server
|
||||||
# - 22/tcp # Uncomment to enable SSH
|
# - 22/tcp # Uncomment to enable SSH
|
||||||
environment:
|
environment:
|
||||||
ServerIP: ${ServerIP}
|
ServerIP: ${ServerIP}
|
||||||
|
|
Loading…
Reference in a new issue