「🔨」 fix: Subject is dumb af
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user