Mercurial > p > roundup > code
diff CHANGES.txt @ 7925:f5f09ed9a783
fix: roundup_demo should use port assignment
There are three port values:
urlport (-P) - used in the URL when docker maps real port to external port
port (-p) - used to set port roundup listens on
DEFAULT_PORT = 8917 used for -p if not set.
Before the -p argument was not used if -P was not set. So you
can override the default 8917.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 02 May 2024 21:21:40 -0400 |
| parents | 29a666d8a70d |
| children | 05f36a527a45 |
line wrap: on
line diff
--- a/CHANGES.txt Wed May 01 12:52:52 2024 -0400 +++ b/CHANGES.txt Thu May 02 21:21:40 2024 -0400 @@ -133,6 +133,8 @@ Rouillard) - issue2551285 - Remove StructuredText support. reStructuredText is still supported. (John Rouillard) +- Use roundup-demo -p option to set listening port. Was ignored + before. (John Rouillard) Features:
