Skip to content

Commit

Permalink
comment to allow unbound port forwarding (#54)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
chronicblondiee and chriscrowe authored May 28, 2021
1 parent ab6bf5c commit 2bd88b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions one-container/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 2bd88b7

Please sign in to comment.