diff --git a/compose.yaml b/compose.yaml index c0bd38a..03729ec 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: web: - image: nginx:1.26.0 + image: nginx:1.29.2 configs: - source: nginx_conf target: /etc/nginx/nginx.conf