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:
chronicblondiee 2021-05-28 03:33:44 +01:00 committed by GitHub
parent ab6bf5c5bc
commit 2bd88b7d1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ services:
- 53:53/tcp
- 53:53/udp
- 80:80/tcp
# - 5335:5335/tcp # Uncomment to enable unbound access on local server
# - 22/tcp # Uncomment to enable SSH
environment:
ServerIP: ${ServerIP}