提交 1a6d1c19 编写于 作者: M MaxKey

DATABASE_HOST

192.168.0.102 change value to localhost
上级 31836f3d
......@@ -21,7 +21,7 @@ services:
container_name: maxkey
build: ./docker-maxkey
environment:
- DATABASE_HOST:192.168.0.102
- DATABASE_HOST:localhost
- DATABASE_PORT:3306
- DATABASE_NAME:maxkey
- DATABASE_USER:root
......@@ -34,7 +34,7 @@ services:
container_name: maxkey-mgt
build: ./docker-maxkey-mgt
environment:
- DATABASE_HOST:192.168.0.102
- DATABASE_HOST:localhost
- DATABASE_PORT:3306
- DATABASE_NAME:maxkey
- DATABASE_USER:root
......
FROM maxkeytop/maxkey-mgt:latest
ENV TZ=Asia/Shanghai \
DATABASE_HOST=192.168.0.102 \
DATABASE_HOST=localhost \
DATABASE_PORT=3306 \
DATABASE_NAME=maxkey \
DATABASE_USER=root \
......
FROM maxkeytop/maxkey:latest
ENV TZ=Asia/Shanghai \
DATABASE_HOST=192.168.0.102 \
DATABASE_HOST=localhost \
DATABASE_PORT=3306 \
DATABASE_NAME=maxkey \
DATABASE_USER=root \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册