mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-12 04:53:44 +08:00
feat: Make monitor port configurable (#1041)
This commit is contained in:
@@ -203,6 +203,7 @@ addPackage() {
|
||||
return 0
|
||||
}
|
||||
|
||||
: "${MON_PORT:="7100"}" # Monitor port
|
||||
: "${WEB_PORT:="5000"}" # Webserver port
|
||||
|
||||
cp -r /var/www/* /run/shm
|
||||
|
||||
Reference in New Issue
Block a user