forked from coop-cloud/nextcloud
Compare commits
1 Commits
renovate/d
...
renovate/n
| Author | SHA1 | Date | |
|---|---|---|---|
| 385f32d1d8 |
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user