Compare commits

..

1 Commits

2 changed files with 4 additions and 4 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.1"
environment: environment:
- cluster.name=docker-cluster - cluster.name=docker-cluster
- bootstrap.memory_lock=true - bootstrap.memory_lock=true
@ -27,7 +27,7 @@ services:
mode: 0600 mode: 0600
searchindexer: searchindexer:
image: nextcloud:32.0.2-fpm image: nextcloud:32.0.1-fpm
volumes: volumes:
- nextcloud:/var/www/html/ - nextcloud:/var/www/html/
- nextapps:/var/www/html/custom_apps:cached - nextapps:/var/www/html/custom_apps:cached

View File

@ -43,7 +43,7 @@ services:
start_period: 5m start_period: 5m
app: app:
image: nextcloud:32.0.2-fpm image: nextcloud:32.0.1-fpm
depends_on: depends_on:
- db - db
configs: configs:
@ -97,7 +97,7 @@ services:
start_period: 5m start_period: 5m
cron: cron:
image: nextcloud:32.0.2-fpm image: nextcloud:32.0.1-fpm
volumes: volumes:
- nextcloud:/var/www/html/ - nextcloud:/var/www/html/
- nextapps:/var/www/html/custom_apps:cached - nextapps:/var/www/html/custom_apps:cached