Commit 2af5b2ff authored by Osama's avatar Osama

fix mysql can't write to file

parent 38fb49bc
......@@ -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 #################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment