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