Compare commits

..

1 Commits

Author SHA1 Message Date
385f32d1d8 chore(deps): update nginx docker tag to v1.29.4 2025-12-10 01:21:21 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
services: services:
elasticsearch: elasticsearch:
image: "docker.elastic.co/elasticsearch/elasticsearch:9.2.2" image: "docker.elastic.co/elasticsearch/elasticsearch:9.2.0"
environment: environment:
- cluster.name=docker-cluster - cluster.name=docker-cluster
- bootstrap.memory_lock=true - bootstrap.memory_lock=true

View File

@ -1,6 +1,6 @@
services: services:
web: web:
image: nginx:1.29.3 image: nginx:1.29.4
configs: configs:
- source: nginx_conf - source: nginx_conf
target: /etc/nginx/nginx.conf target: /etc/nginx/nginx.conf