Update emby container to fix issues with multiple processes running
Or at least, I think this fixed it
This commit is contained in:
parent
238bc2acff
commit
d1100485c0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: "2.3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
emby:
|
emby:
|
||||||
image: linuxserver/emby:4.3.1.0-ls26
|
image: linuxserver/emby:4.3.1.0-ls32
|
||||||
container_name: emby
|
container_name: emby
|
||||||
environment:
|
environment:
|
||||||
- PUID={{ docker_user.id }}
|
- PUID={{ docker_user.id }}
|
||||||
|
|
Loading…
Reference in a new issue