Switch organizr for homarr
This commit is contained in:
parent
f658f5517d
commit
cb1f09aa20
1 changed files with 10 additions and 11 deletions
21
arr.yml
21
arr.yml
|
@ -142,15 +142,14 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- "./config/jellyseerr:/app/config"
|
- "./config/jellyseerr:/app/config"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
organizr:
|
homarr:
|
||||||
container_name: organizr
|
image: ghcr.io/ajnart/homarr:latest
|
||||||
environment:
|
container_name: homarr
|
||||||
- PUID={$PUID}
|
|
||||||
- PGID={$PGID}
|
|
||||||
- TZ=${TZ}
|
|
||||||
image: organizr/organizr:latest
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- 5000:80
|
|
||||||
volumes:
|
volumes:
|
||||||
- "./config/organizr:/config"
|
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
|
||||||
|
- ./homarr/configs:/app/data/configs
|
||||||
|
- ./homarr/icons:/app/public/icons
|
||||||
|
- ./homarr/data:/data
|
||||||
|
ports:
|
||||||
|
- '80:7575'
|
||||||
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue