mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 10:51:10 +01:00
Bugfix: VIRTUAL_HOST is not defined causing nginx to crash
- Defined default value
This commit is contained in:
parent
309e559f81
commit
c7afdbf6f0
|
@ -41,6 +41,7 @@ ENV WP_CONTENT_ID 2bca7d694c6279bb79bbb642ba4305f9
|
|||
ENV WP_VERSION 5.3.2
|
||||
ENV WP_LOCALE en_US
|
||||
ENV CRON_ENABLED true
|
||||
ENV VIRTUAL_HOST your-domain.com
|
||||
|
||||
RUN echo "* * * * * /usr/local/bin/php /var/www/${WEB_ROOT}/wp-cron.php" >> /etc/crontabs/www-data
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user