unmanic tweak

This commit is contained in:
Neale Pickett 2023-02-15 20:08:18 -07:00
parent de62a99037
commit 3911727e0c
1 changed files with 5 additions and 1 deletions

View File

@ -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