中断与异常优化

This commit is contained in:
inrgihc
2023-12-04 21:15:36 +08:00
parent a0ecbf8494
commit a346a734b9
52 changed files with 306 additions and 207 deletions

View File

@@ -2,7 +2,7 @@
set -e
DBSWITCH_VERSION=1.9.0
DBSWITCH_VERSION=1.9.1
BUILD_DOCKER_DIR="$( cd "$( dirname "$0" )" && pwd )"
PROJECT_ROOT_DIR=$( dirname "$BUILD_DOCKER_DIR")
DOCKER_DBSWITCH_DIR=$BUILD_DOCKER_DIR/dbswitch

View File

@@ -19,7 +19,7 @@ services:
start_period: 30s
dbswitch:
container_name: dbswitch_webui
image: inrgihc/dbswitch:1.9.0
image: inrgihc/dbswitch:1.9.1
environment:
MYSQLDB_HOST: dbswitch_mysqldb
MYSQLDB_PORT: 3306