mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-03 02:27:01 +00:00
fix: update healthcheck interval in Dockerfile from 30s to 10s
This commit is contained in:
@@ -37,4 +37,4 @@ EXPOSE 8000
|
||||
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=5s --retries=3 CMD [ "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000" ]
|
||||
HEALTHCHECK --interval=10s --timeout=5s --retries=3 CMD [ "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000" ]
|
||||
|
||||
Reference in New Issue
Block a user