Merge pull request #1107 from oaattia/master
Can't create/write to file '/var/lib/mysql/is_writable'
This commit is contained in:
commit
a1d3eeb7e6
|
@ -213,6 +213,7 @@ services:
|
|||
- ${MYSQL_ENTRYPOINT_INITDB}:/docker-entrypoint-initdb.d
|
||||
ports:
|
||||
- "${MYSQL_PORT}:3306"
|
||||
user: "1000:50"
|
||||
networks:
|
||||
- backend
|
||||
|
||||
|
@ -477,7 +478,7 @@ services:
|
|||
networks:
|
||||
- frontend
|
||||
- backend
|
||||
|
||||
|
||||
|
||||
### ElasticSearch Container #################################
|
||||
|
||||
|
|
Loading…
Reference in New Issue