Compare commits

..

1 Commits

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.0" image: "docker.elastic.co/elasticsearch/elasticsearch:9.2.2"
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.4 image: nginx:1.29.3
configs: configs:
- source: nginx_conf - source: nginx_conf
target: /etc/nginx/nginx.conf target: /etc/nginx/nginx.conf