Add VOLUME to fix fs issue with overlay
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
FROM mysql:5.7.30
|
FROM mysql:5.7.30
|
||||||
|
|
||||||
|
VOLUME /data
|
||||||
|
|
||||||
ENV MYSQL_ALLOW_EMPTY_PASSWORD=yes \
|
ENV MYSQL_ALLOW_EMPTY_PASSWORD=yes \
|
||||||
MYSQL_DATABASE=cities \
|
MYSQL_DATABASE=cities \
|
||||||
MYSQL_USER=shipping \
|
MYSQL_USER=shipping \
|
||||||
|
Reference in New Issue
Block a user