1
0

🔨」 fix: Subject is dumb af

This commit is contained in:
keyzox
2025-03-06 10:22:13 +01:00
parent 352cb6d728
commit 34253718ba
3 changed files with 2 additions and 28 deletions

View File

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