修改域名和修改端口操作增加重启docker容器
This commit is contained in:
parent
43e9dfa65c
commit
ba26eaed8a
@ -51,6 +51,7 @@ case $choice in
|
||||
1)
|
||||
# 一键部署
|
||||
install
|
||||
bash ./bin/create_config.sh
|
||||
bash ./bin/run.sh
|
||||
bash ./bin/print_share_link.sh
|
||||
;;
|
||||
@ -81,11 +82,13 @@ case $choice in
|
||||
# 修改域名
|
||||
check_config_file
|
||||
bash ./bin/update_domain.sh
|
||||
restart_docker
|
||||
;;
|
||||
8)
|
||||
# 修改端口
|
||||
check_config_file
|
||||
bash ./bin/update_port.sh
|
||||
restart_docker
|
||||
;;
|
||||
*)
|
||||
echo "无效的选择, 请重新选择."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user