diff roundup/scripts/roundup_mailgw.py @ 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 f0d39308819f
children 24e867f846dd
line wrap: on
line diff

Roundup Issue Tracker: http://roundup-tracker.org/