Commit 2af5b2ff authored by Osama's avatar Osama

fix mysql can't write to file

parent 38fb49bc
...@@ -211,6 +211,7 @@ services: ...@@ -211,6 +211,7 @@ services:
- ${MYSQL_ENTRYPOINT_INITDB}:/docker-entrypoint-initdb.d - ${MYSQL_ENTRYPOINT_INITDB}:/docker-entrypoint-initdb.d
ports: ports:
- "${MYSQL_PORT}:3306" - "${MYSQL_PORT}:3306"
user: "1000:50"
networks: networks:
- backend - backend
...@@ -475,7 +476,7 @@ services: ...@@ -475,7 +476,7 @@ services:
networks: networks:
- frontend - frontend
- backend - backend
### ElasticSearch Container ################################# ### 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