diff --git a/compose.yaml b/compose.yaml index 258c3ec..32226ef 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,4 +1,3 @@ - services: emby: image: lscr.io/linuxserver/emby:latest @@ -17,7 +16,8 @@ services: - NVIDIA_DRIVER_CAPABILITIES=all - NVIDIA_VISIBLE_DEVICES=all restart: always - network_mode: "container:wireguard" + ports: + - 8096:8096 devices: - /dev/nvidia0:/dev/nvidia0 - /dev/nvidiactl:/dev/nvidiactl