Remove version prefix from nextcloud tag
Apparently that's not needed anymore
This commit is contained in:
parent
e0df63e3c9
commit
cccfa8bf51
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: "2.3"
|
|||
|
||||
services:
|
||||
nextcloud:
|
||||
image: lscr.io/linuxserver/nextcloud:version-23.0.3
|
||||
image: lscr.io/linuxserver/nextcloud:23.0.3
|
||||
environment:
|
||||
- PUID={{ docker_user.id }}
|
||||
- PGID={{ docker_user.id }}
|
||||
|
|
Loading…
Reference in a new issue