diff --git a/compose.yaml b/compose.yaml index dbcabf9..6745917 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: web: - image: nginx:1.29.3 + image: nginx:1.29.4 configs: - source: nginx_conf target: /etc/nginx/nginx.conf