unmanic tweak
This commit is contained in:
parent
de62a99037
commit
3911727e0c
|
@ -82,7 +82,7 @@ services:
|
|||
target: /data
|
||||
|
||||
plex:
|
||||
image: ghcr.io/linuxserver/plex:1.29.2
|
||||
image: lscr.io/linuxserver/plex:latest
|
||||
networks:
|
||||
- hostnet
|
||||
environment:
|
||||
|
@ -131,6 +131,10 @@ services:
|
|||
|
||||
unmanic:
|
||||
image: josh5/unmanic
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: "0.50"
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /srv/media
|
||||
|
|
Loading…
Reference in New Issue