Compare commits

..

1 Commits

2 changed files with 2 additions and 2 deletions

View File

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

View File

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