mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-10-15 06:10:23 +00:00
添加环境变量 MYSQLDB_NAME 的支持
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
mysqldb:
|
||||
container_name: dbswitch_mysqldb
|
||||
@@ -25,6 +24,7 @@ services:
|
||||
MYSQLDB_PORT: 3306
|
||||
MYSQLDB_USERNAME: tangyibo
|
||||
MYSQLDB_PASSWORD: 123456
|
||||
MYSQLDB_NAME: dbswitch
|
||||
volumes:
|
||||
- /tmp:/tmp
|
||||
ports:
|
||||
@@ -32,4 +32,3 @@ services:
|
||||
depends_on:
|
||||
mysqldb:
|
||||
condition: service_healthy
|
||||
|
||||
|
Reference in New Issue
Block a user