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