Update emby container to fix issues with multiple processes running

Or at least, I think this fixed it
This commit is contained in:
Jake Howard 2020-02-24 21:52:36 +00:00
parent 238bc2acff
commit d1100485c0
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -2,7 +2,7 @@ version: "2.3"
services:
emby:
image: linuxserver/emby:4.3.1.0-ls26
image: linuxserver/emby:4.3.1.0-ls32
container_name: emby
environment:
- PUID={{ docker_user.id }}