Another default volume

This commit is contained in:
xZero707 2020-03-29 01:58:04 +01:00
parent 36c8f44799
commit 6ad1c6481d

View File

@ -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