Nextcloud auf 20.0.5 aktualisiert
This commit is contained in:
parent
b1b86f3013
commit
72b920652f
|
@ -29,7 +29,7 @@ services:
|
|||
restart: always
|
||||
|
||||
app:
|
||||
image: nextcloud:20.0.4-fpm-alpine
|
||||
image: nextcloud:20.0.5-fpm-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- /opt/appdata/nextcloud/www:/var/www/html
|
||||
|
@ -60,7 +60,7 @@ services:
|
|||
container_name: nextcloud-nginx
|
||||
|
||||
cron:
|
||||
image: nextcloud:20.0.4-fpm-alpine
|
||||
image: nextcloud:20.0.5-fpm-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- /opt/appdata/nextcloud/www:/var/www/html
|
||||
|
|
Loading…
Reference in New Issue