mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Add basic healthcheck.
This commit is contained in:
parent
b401635902
commit
9ee51e9da4
@ -20,4 +20,7 @@ VOLUME "/remotely-data"
|
||||
|
||||
RUN chmod +x "/src/DockerMain.sh"
|
||||
|
||||
ENTRYPOINT ["/src/DockerMain.sh"]
|
||||
ENTRYPOINT ["/src/DockerMain.sh"]
|
||||
|
||||
HEALTHCHECK --interval=5m --timeout=3s \
|
||||
CMD curl -f http://localhost:5000/ || exit 1
|
||||
Loading…
Reference in New Issue
Block a user