更新 docker-compose.yml

This commit is contained in:
打破沙锅没有底 2019-02-14 11:18:21 +08:00
parent d88e91a57c
commit 5585a5e9af
1 changed files with 1 additions and 1 deletions

2
docker-compose.yml Executable file → Normal file
View File

@ -3,7 +3,7 @@ services:
pig-mysql:
build:
context: ./
dockerfile: ./doc/db/Dockerfile
dockerfile: ./db/Dockerfile
environment:
MYSQL_ROOT_PASSWORD: root
restart: always