1
0

🔨」 fix: Fixed a few things

This commit is contained in:
keyzox
2025-03-06 09:28:20 +01:00
parent ddf4f85937
commit f9759c31fa
5 changed files with 9 additions and 9 deletions

View File

@ -45,4 +45,4 @@ STOPSIGNAL SIGQUIT
EXPOSE 80
CMD [ "nginx", "-g", "daemon off;" ]
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=3s --start-interval=2s CMD curl http://127.0.0.1:80/health || exit 1
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=60s --start-interval=5s CMD curl http://127.0.0.1:80/health || exit 1