Add VOLUME to fix fs issue with overlay

This commit is contained in:
Steve Waterworth
2020-08-26 13:08:33 +01:00
parent f67e3f6f87
commit 247fbb02df

View File

@@ -1,5 +1,7 @@
FROM mysql:5.7.30
VOLUME /data
ENV MYSQL_ALLOW_EMPTY_PASSWORD=yes \
MYSQL_DATABASE=cities \
MYSQL_USER=shipping \