fix mysql can't write to file

This commit is contained in:
Osama 2017-08-22 12:12:56 +03:00
parent 38fb49bccc
commit 2af5b2ff49
1 changed files with 2 additions and 1 deletions

View File

@ -211,6 +211,7 @@ services:
- ${MYSQL_ENTRYPOINT_INITDB}:/docker-entrypoint-initdb.d
ports:
- "${MYSQL_PORT}:3306"
user: "1000:50"
networks:
- backend
@ -475,7 +476,7 @@ services:
networks:
- frontend
- backend
### ElasticSearch Container #################################