Skip to content

Commit e0b5c3c

Browse files
use 0.0.0.0 instead of localhost
1 parent 521c84d commit e0b5c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ RUN chmod +x /entrypoint.sh
2020

2121
EXPOSE 80
2222
# curl not in alpine package
23-
HEALTHCHECK --interval=1m --timeout=5s CMD wget -q --spider http://localhost:80/ || exit 1
23+
HEALTHCHECK --interval=1m --timeout=5s CMD wget -q --spider http://0.0.0.0:80/ || exit 1
2424

2525
ENTRYPOINT [ "/entrypoint.sh" ]

0 commit comments

Comments
 (0)