-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dokku_ports: set port instead of add port (#91)
Since new apps are created with a default port mapping (for http/https) already, adding new port mappings using `proxy:ports-add` has no effect on actual behavior since dokku will simply continue to use the port mappings defined initially. In order to be of practical use, `dokku_ports` should use `proxy:ports-set` instead of `proxy:ports-add`.
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters