mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
fix
This commit is contained in:
parent
507a340e9a
commit
c7585f4982
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ set_docker(){
|
|||
echo "Set Docker for Websoft9 backend service..."
|
||||
merge_json_files
|
||||
if ! docker network inspect websoft9 > /dev/null 2>&1; then
|
||||
sudo systemctl stop firewalld 2> /dev/null
|
||||
sudo docker network create websoft9
|
||||
sudo systemctl restart docker
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue