mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
docs
This commit is contained in:
parent
1707ae0e9b
commit
0911437d67
2 changed files with 8 additions and 2 deletions
|
@ -25,4 +25,10 @@ More details, you can get it from `sudo grep cockpit /var/log/messages`
|
|||
|
||||
#### How to modify Websoft9 port?
|
||||
|
||||
Access web console > settings or use cli to modify port
|
||||
Access web console > settings or use cli to modify port
|
||||
|
||||
#### 当服务器IP怎么办?
|
||||
|
||||
服务器 IP 变更,Websoft9 控制台能够自动适用,即使用新的 IP 访问即可。
|
||||
|
||||
但是,部分没有绑定域名的应用不能自动适用,即当应用无法访问时,您需要需要重新编排应用,将 env 中的 W9_URL 更换新的 IP 后,重建应用。
|
|
@ -15,7 +15,7 @@ wget -O install.sh https://websoft9.github.io/websoft9/install/install.sh && bas
|
|||
wget -O install.sh https://websoft9.github.io/websoft9/install/install.sh && bash install.sh --port 9000 --channel release --path "/data/websoft9/source" --version "latest"
|
||||
|
||||
# install or upgrade Cockpit with parameters
|
||||
wget -O - https://websoft9.github.io/websoft9/install/install_cockpit.sh | bash --port 9000
|
||||
wget -O install_cockpit.sh https://websoft9.github.io/websoft9/install/install_cockpit.sh && bash install_cockpit.sh --port 9000
|
||||
|
||||
# install or upgrade Docker
|
||||
wget -O - https://websoft9.github.io/websoft9/install/install_docker.sh | bash
|
||||
|
|
Loading…
Reference in a new issue