update to 23.0.9
This commit is contained in:
parent
d54d279570
commit
7d8bb7ae4e
|
@ -15,7 +15,7 @@ networks:
|
|||
|
||||
services:
|
||||
nextcloud-app:
|
||||
image: nextcloud-cron:23.0.6
|
||||
image: nextcloud-cron:23.0.9
|
||||
container_name: nextcloud-app
|
||||
restart: unless-stopped
|
||||
extra_hosts :
|
||||
|
@ -48,7 +48,7 @@ services:
|
|||
|
||||
redis:
|
||||
image: redis
|
||||
image: 'bitnami/redis:latest'
|
||||
image: 'bitnami/redis:7.0.2'
|
||||
container_name: redis
|
||||
environment:
|
||||
- "TZ=Europe/Paris"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nextcloud:23.0.6-apache
|
||||
FROM nextcloud:23.0.9-apache
|
||||
|
||||
ARG VERSION
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user