mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-10-15 06:10:23 +00:00
version for 1.6.11 : support SQLite
This commit is contained in:
@@ -13,12 +13,14 @@ services:
|
||||
MYSQL_ROOT_HOST: '%'
|
||||
dbswitch:
|
||||
container_name: dbswitch_webui
|
||||
image: inrgihc/dbswitch:1.6.10
|
||||
image: inrgihc/dbswitch:1.6.11
|
||||
environment:
|
||||
MYSQLDB_HOST: dbswitch_mysqldb
|
||||
MYSQLDB_PORT: 3306
|
||||
MYSQLDB_USERNAME: tangyibo
|
||||
MYSQLDB_PASSWORD: 123456
|
||||
volumes:
|
||||
- /tmp:/tmp
|
||||
ports:
|
||||
- 9088:9088
|
||||
depends_on:
|
||||
|
Reference in New Issue
Block a user