mirror of
https://github.com/luzifer-docker/icecast2.git
synced 2024-12-20 18:41:19 +00:00
Remove the health check
I should have checked to ensure the container had `curl` first! Because it does not, this causes the healthcheck to fail :( Sorry for the bad pull request
This commit is contained in:
parent
e62ae7b6d6
commit
8f1009d352
1 changed files with 0 additions and 3 deletions
|
@ -25,6 +25,3 @@ EXPOSE 8000 8001
|
||||||
ADD startup.sh /usr/bin/startup.sh
|
ADD startup.sh /usr/bin/startup.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/startup.sh"]
|
ENTRYPOINT ["/usr/bin/startup.sh"]
|
||||||
|
|
||||||
# healthcheck
|
|
||||||
HEALTHCHECK CMD curl -sL --fail localhost:8000 || exit 1
|
|
||||||
|
|
Loading…
Reference in a new issue