From 6ad1c6481d6187bdb906753c4951d38df6b8c8a8 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sun, 29 Mar 2020 01:58:04 +0100 Subject: [PATCH] Another default volume --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5560809..b855986 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,6 +46,6 @@ ENV CRON_ENABLED true RUN echo "* * * * * /usr/local/bin/php /var/www/${WEB_ROOT}/wp-cron.php" >> /etc/crontabs/www-data -VOLUME ["/var/www/${WEB_ROOT}/wp-content"] +VOLUME ["/var/www/${WEB_ROOT}", "/var/www/${WEB_ROOT}/wp-content"] EXPOSE 80/TCP \ No newline at end of file