Skip to content

Commit

Permalink
feat: add docker cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
earayu committed Nov 6, 2024
1 parent 5e59a50 commit 35d6e58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/wesql-server/start_mysql_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ EOL
fi

# 设置目录权限
chmod -R 755 "$DATA_DIR"
chmod -R 777 "$DATA_DIR"
chmod 644 "$CONFIG_FILE"

# 运行 Docker 容器
docker run -itd --name $CONTAINER_NAME \
Expand Down

0 comments on commit 35d6e58

Please sign in to comment.