mirror of
https://github.com/dcarrillo/docker-nginx.git
synced 2025-01-08 03:06:47 +00:00
Bump nginx to 1.27.3
This commit is contained in:
parent
0410cfa4f2
commit
49131d4f2e
@ -65,7 +65,4 @@ RUN CONFIG=" \
|
|||||||
|
|
||||||
STOPSIGNAL SIGTERM
|
STOPSIGNAL SIGTERM
|
||||||
|
|
||||||
HEALTHCHECK --interval=10s --retries=2 --timeout=3s \
|
|
||||||
CMD curl -f http://localhost/ || exit 1
|
|
||||||
|
|
||||||
CMD ["/usr/local/nginx/sbin/nginx", "-g", "daemon off;"]
|
CMD ["/usr/local/nginx/sbin/nginx", "-g", "daemon off;"]
|
||||||
|
Loading…
Reference in New Issue
Block a user