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