mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 12:03:58 +00:00
db2 config
This commit is contained in:
@@ -17,15 +17,16 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=Pwd2020Db
|
- MYSQL_ROOT_PASSWORD=Pwd2020Db
|
||||||
|
|
||||||
# db2:
|
db2:
|
||||||
# image: icr.io/db2_community/db2:11.5.8.0
|
image: icr.io/db2_community/db2:11.5.8.0
|
||||||
# ports:
|
privileged: true
|
||||||
# - "50000:50000"
|
ports:
|
||||||
# environment:
|
- "15055:50000"
|
||||||
# - LICENSE=accept
|
environment:
|
||||||
# - DB2INST1_PASSWORD=Pwd2020Db
|
LICENSE: accept
|
||||||
# - DBNAME=testdb
|
DB2INST1_PASSWORD: Pwd2020Db
|
||||||
|
DBNAME: testdb
|
||||||
|
DB2INSTANCE: db2inst1
|
||||||
|
|
||||||
# mysql:
|
# mysql:
|
||||||
# image: mysql:8.0.18
|
# image: mysql:8.0.18
|
||||||
|
|||||||
Reference in New Issue
Block a user