mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +08:00
8 lines
189 B
Docker
8 lines
189 B
Docker
FROM maxkeytop/maxkey-mgt:latest
|
|
|
|
ENV TZ=Asia/Shanghai \
|
|
DATABASE_HOST=localhost \
|
|
DATABASE_PORT=3306 \
|
|
DATABASE_NAME=maxkey \
|
|
DATABASE_USER=root \
|
|
DATABASE_PWD=maxkey \ |