We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eda1bc commit 12ca68aCopy full SHA for 12ca68a
1 file changed
Dockerfile
@@ -37,6 +37,9 @@ RUN ln -fs /mnt/flamework/www /var/www/html
37
# Allow mounting of source code from external to the container
38
VOLUME ["/mnt/flamework"]
39
40
+# Optional persistence of the mysql data
41
+VOLUME ["/var/lib/mysql"]
42
+
43
# Listen on the HTTP and HTTPS ports
44
EXPOSE 80
45
EXPOSE 443
0 commit comments