version for 1.6.15

This commit is contained in:
inrgihc
2022-09-17 23:13:03 +08:00
parent ce8e23145a
commit 7e3d78aefc
39 changed files with 43 additions and 43 deletions

View File

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

View File

@@ -13,7 +13,7 @@ services:
MYSQL_ROOT_HOST: '%'
dbswitch:
container_name: dbswitch_webui
image: inrgihc/dbswitch:1.6.14
image: inrgihc/dbswitch:1.6.15
environment:
MYSQLDB_HOST: dbswitch_mysqldb
MYSQLDB_PORT: 3306