mirror of
https://github.com/luzifer-docker/icecast2.git
synced 2024-11-09 16:30:03 +00:00
commit
e62ae7b6d6
1 changed files with 3 additions and 0 deletions
|
@ -25,3 +25,6 @@ EXPOSE 8000 8001
|
|||
ADD startup.sh /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