!80 version for 1.6.5

* version for 1.6.5
This commit is contained in:
inrgihc
2022-03-03 14:03:51 +00:00
parent f4ecb890ca
commit 686f42f26f
134 changed files with 3462 additions and 811 deletions

View File

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

View File

@@ -11,11 +11,9 @@ services:
MYSQL_PASSWORD: 123456
MYSQL_ROOT_PASSWORD: 123456
MYSQL_ROOT_HOST: '%'
ports:
- 13306:3306
dbswitch:
container_name: dbswitch_webui
image: inrgihc/dbswitch:1.6.4
image: inrgihc/dbswitch:1.6.5
environment:
MYSQLDB_HOST: dbswitch_mysqldb
MYSQLDB_PORT: 3306