mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-27 06:30:07 +01:00
Another default volume
This commit is contained in:
parent
36c8f44799
commit
6ad1c6481d
|
@ -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
|
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
|
EXPOSE 80/TCP
|
Loading…
Reference in New Issue
Block a user