bump nextcloud versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
nextcloud:
|
||||
image: nextcloud:29-apache
|
||||
image: nextcloud:33-apache
|
||||
container_name: nextcloud
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
retries: 3
|
||||
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
container_name: nextcloud-postgres
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
@@ -51,7 +51,7 @@ services:
|
||||
max-file: "3"
|
||||
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
image: redis:8-alpine
|
||||
container_name: nextcloud-redis
|
||||
restart: unless-stopped
|
||||
command: redis-server --requirepass ${REDIS_PASSWORD}
|
||||
@@ -65,7 +65,7 @@ services:
|
||||
max-file: "3"
|
||||
|
||||
cron:
|
||||
image: nextcloud:29-apache
|
||||
image: nextcloud:33-apache
|
||||
container_name: nextcloud-cron
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user