fix: 更新Docker构建脚本
This commit is contained in:
15
pkg/docker/linux/usr/local/etc/omc/script/omc-env.sh
Normal file
15
pkg/docker/linux/usr/local/etc/omc/script/omc-env.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
# Paths
|
||||
export BASE_DIR="/usr/local/etc/omc"
|
||||
export DATA_DIR="/usr/local/omc"
|
||||
|
||||
# OMC settings
|
||||
export M_PARAM="${M_PARAM:std}"
|
||||
export C_PARAM="${C_PARAM:-omc}"
|
||||
|
||||
# OMC Config settings
|
||||
export API_HTTP_PORT="${API_HTTP_PORT:-33030}"
|
||||
export API_HTTPS_PORT="${API_HTTPS_PORT:-33443}"
|
||||
export WEB_HTTP_PORT="${WEB_HTTP_PORT:-80}"
|
||||
export WEB_HTTPS_PORT="${WEB_HTTPS_PORT:-443}"
|
||||
|
||||
export CMD_EXTRA_FLAGS=""
|
||||
Reference in New Issue
Block a user