forked from coop-cloud/nextcloud
Compare commits
1 Commits
renovate/n
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
| ee8932a36e |
@ -1,6 +1,6 @@
|
||||
services:
|
||||
elasticsearch:
|
||||
image: "docker.elastic.co/elasticsearch/elasticsearch:9.2.0"
|
||||
image: "docker.elastic.co/elasticsearch/elasticsearch:9.2.1"
|
||||
environment:
|
||||
- cluster.name=docker-cluster
|
||||
- bootstrap.memory_lock=true
|
||||
@ -27,7 +27,7 @@ services:
|
||||
mode: 0600
|
||||
|
||||
searchindexer:
|
||||
image: nextcloud:32.0.2-fpm
|
||||
image: nextcloud:32.0.1-fpm
|
||||
volumes:
|
||||
- nextcloud:/var/www/html/
|
||||
- nextapps:/var/www/html/custom_apps:cached
|
||||
|
||||
@ -43,7 +43,7 @@ services:
|
||||
start_period: 5m
|
||||
|
||||
app:
|
||||
image: nextcloud:32.0.2-fpm
|
||||
image: nextcloud:32.0.1-fpm
|
||||
depends_on:
|
||||
- db
|
||||
configs:
|
||||
@ -97,7 +97,7 @@ services:
|
||||
start_period: 5m
|
||||
|
||||
cron:
|
||||
image: nextcloud:32.0.2-fpm
|
||||
image: nextcloud:32.0.1-fpm
|
||||
volumes:
|
||||
- nextcloud:/var/www/html/
|
||||
- nextapps:/var/www/html/custom_apps:cached
|
||||
|
||||
Reference in New Issue
Block a user