mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
set port to 3000
This commit is contained in:
parent
e442fbb812
commit
1842d5b034
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ ynh_webpath_register --app="$app" --domain="$domain" --path_url="$path_url"
|
||||||
ynh_script_progression --message="Configuring firewall..." --weight=2
|
ynh_script_progression --message="Configuring firewall..." --weight=2
|
||||||
|
|
||||||
# Find an available port
|
# Find an available port
|
||||||
port=$(ynh_find_port --port=3002)
|
port=$(ynh_find_port --port=3000)
|
||||||
ynh_app_setting_set --app="$app" --key="port" --value="$port"
|
ynh_app_setting_set --app="$app" --key="port" --value="$port"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue