Skip to content

Commit

Permalink
fixed health check
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus-uw committed Jan 4, 2024
1 parent 98266e4 commit 0f0f858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ ENV DARKNET "http://mokinan4qvxi4ragyzgkewrmnnqslkcdglk6v5zruknwnnuvv2lu5uad.oni
ENTRYPOINT ["/app/mokintoken"]
VOLUME /app/database/mokintoken.sqlite

HEALTHCHECK --interval=30s --timeout=1s --start-period=5s --retries=3 CMD [ "/app/healthcheck" ]
HEALTHCHECK --interval=30s --timeout=1s --start-period=5s --retries=3 CMD [ "/app/healthcheckCommand" ]

0 comments on commit 0f0f858

Please sign in to comment.