copr-fe-dev: open port 5000
This will allow us to run a testing web-server (without Apache and wsgi), and e.g. trace using 'import pdb'.
This commit is contained in:
parent
361deff545
commit
ed39dbd82b
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ letsencrypt:
|
|||
tcp_ports: [22, 80, 443,
|
||||
# node_exporter/prometheus
|
||||
9100,
|
||||
# testing httpd server, `copr-frontend run`
|
||||
5000,
|
||||
]
|
||||
services_disabled: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue