mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
8 lines
193 B
Docker
8 lines
193 B
Docker
FROM maxkeytop/maxkey-mgt:latest
|
|
|
|
ENV TZ=Asia/Shanghai \
|
|
DATABASE_HOST=192.168.0.102 \
|
|
DATABASE_PORT=3306 \
|
|
DATABASE_NAME=maxkey \
|
|
DATABASE_USER=root \
|
|
DATABASE_PWD=maxkey \ |