fix mysql can't write to file
This commit is contained in:
parent
38fb49bccc
commit
2af5b2ff49
|
@ -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 #################################
|
||||
|
||||
|
|
Loading…
Reference in New Issue