version for 1.9.8

This commit is contained in:
inrgihc
2024-07-14 00:07:30 +08:00
parent 5304f70715
commit b83c16ca90
30 changed files with 30 additions and 30 deletions

View File

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

View File

@@ -18,7 +18,7 @@ services:
start_period: 30s
dbswitch:
container_name: dbswitch_webui
image: inrgihc/dbswitch:1.9.7
image: registry.cn-hangzhou.aliyuncs.com/inrgihc/dbswitch:1.9.8
environment:
MYSQLDB_HOST: dbswitch_mysqldb
MYSQLDB_PORT: 3306