mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
[PR #162] [MERGED] Add ADDITIONAL_PORTS, -e ADDITIONAL_PORTS='hostfwd=tcp::10023-:80,' #717
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.