[PR #162] [MERGED] Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::10023-:80,' #717

Closed
opened 2025-12-29 01:24:49 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: additional-ports


📝 Commits (1)

  • 55f3fd0 Add 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_PORTS

For example, -e ADDITIONAL_PORTS='hostfwd=tcp::10023-:80,'

And add -p 10023:10023 or similar to the docker run command

    -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.

## 📋 Pull Request Information **Original PR:** https://github.com/sickcodes/Docker-OSX/pull/162 **Author:** [@sickcodes](https://github.com/sickcodes) **Created:** 3/2/2021 **Status:** ✅ Merged **Merged:** 3/3/2021 **Merged by:** [@sickcodes](https://github.com/sickcodes) **Base:** `master` ← **Head:** `additional-ports` --- ### 📝 Commits (1) - [`55f3fd0`](https://github.com/sickcodes/Docker-OSX/commit/55f3fd00b1b8aa144355b65b73d0c2e0158ab845) Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::23-:23,' ### 📊 Changes **3 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `CREDITS.md` (+1 -0) 📝 `Dockerfile` (+5 -1) </details> ### 📄 Description Add `ADDITIONAL_PORTS` For example, `-e ADDITIONAL_PORTS='hostfwd=tcp::10023-:80,'` And add `-p 10023:10023` or similar to the docker run command ``` -e ADDITIONAL_PORTS='hostfwd=tcp::10023-:80,' \ -p 10023:10023 \ ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:24:49 +01:00
adam closed this issue 2025-12-29 01:24:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#717