Original PR: https://github.com/sickcodes/Docker-OSX/pull/162 Author: @sickcodes Created: 3/2/2021 Status: ✅ Merged Merged: 3/3/2021 Merged by: @sickcodes
Base: master ← Head: additional-ports
master
additional-ports
55f3fd0
3 files changed (+7 additions, -1 deletions)
📝 CHANGELOG.md (+1 -0) 📝 CREDITS.md (+1 -0) 📝 Dockerfile (+5 -1)
CHANGELOG.md
CREDITS.md
Dockerfile
Add ADDITIONAL_PORTS
ADDITIONAL_PORTS
For example, -e ADDITIONAL_PORTS='hostfwd=tcp::10023-:80,'
-e ADDITIONAL_PORTS='hostfwd=tcp::10023-:80,'
And add -p 10023:10023 or similar to the docker run command
-p 10023:10023
-e ADDITIONAL_PORTS='hostfwd=tcp::10023-:80,' \ -p 10023:10023 \
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/162
Author: @sickcodes
Created: 3/2/2021
Status: ✅ Merged
Merged: 3/3/2021
Merged by: @sickcodes
Base:
master← Head:additional-ports📝 Commits (1)
55f3fd0Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::23-:23,'📊 Changes
3 files changed (+7 additions, -1 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
CREDITS.md(+1 -0)📝
Dockerfile(+5 -1)📄 Description
Add
ADDITIONAL_PORTSFor example,
-e ADDITIONAL_PORTS='hostfwd=tcp::10023-:80,'And add
-p 10023:10023or similar to the docker run command🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.