mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 08:59:10 +08:00
8 lines
184 B
Docker
8 lines
184 B
Docker
FROM maxkeytop/maxkey:3.3.3
|
|
|
|
ENV TZ=Asia/Shanghai \
|
|
DATABASE_HOST=localhost \
|
|
DATABASE_PORT=3306 \
|
|
DATABASE_NAME=maxkey \
|
|
DATABASE_USER=root \
|
|
DATABASE_PWD=maxkey \ |