mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 15:22:29 +01:00
Declare ENV S6_BEHAVIOUR_IF_STAGE2_FAILS with value 2
This will effectively terminate supervision tree if failure should occur during stage 2
This commit is contained in:
parent
fc0cca3452
commit
73236b405f
|
@ -47,4 +47,6 @@ RUN echo "* * * * * /usr/local/bin/php /var/www/${WEB_ROOT}/wp-cron.php" >> /etc
|
||||||
|
|
||||||
VOLUME ["/var/www/${WEB_ROOT}", "/var/www/${WEB_ROOT}/wp-content"]
|
VOLUME ["/var/www/${WEB_ROOT}", "/var/www/${WEB_ROOT}/wp-content"]
|
||||||
|
|
||||||
|
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS 2
|
||||||
|
|
||||||
EXPOSE 80/TCP
|
EXPOSE 80/TCP
|
Loading…
Reference in New Issue
Block a user