Update nextcloud to 21.0.1

This commit is contained in:
Jake Howard
2021-04-11 12:48:02 +01:00
parent 796375446e
commit 62373bf352
2 changed files with 2 additions and 2 deletions

View File

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