use the correct image

This commit is contained in:
Qballjos 2021-02-26 17:02:47 +01:00
parent 3840724409
commit 1b92bd760b
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
version: "2.1"
version: "2.1"
services:
organizr:
container_name: organizr
@ -7,7 +7,7 @@ services:
- "PUID=${PUID}"
- "PGID=${PGID}"
- "TZ=${TZ}"
image: linuxserver/organizr
image: organizr/organizr
ports:
- "${OGANIZRPORT}:80"
restart: unless-stopped