Update nextcloud to 22.2.0

Required quite some hacks around federatedfilesharing app not wanting to update
This commit is contained in:
Jake Howard
2021-10-01 20:52:07 +01:00
parent 4293d030d4
commit 7fd176466d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: "2.3"
services:
nextcloud:
image: linuxserver/nextcloud:version-22.1.1
image: linuxserver/nextcloud:version-22.2.0
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}