1
0
Fork 0

fix healthcheck
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pim van den Berg 2022-10-21 14:44:56 +02:00
parent f1117d3bd5
commit b213d75a4b
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ CMD ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"]
STOPSIGNAL SIGWINCH
HEALTHCHECK CMD netstat -tnlp | grep '0.0.0.0:80' || exit 1
HEALTHCHECK CMD netstat -tnlp | grep ':::80' || exit 1