Search the Community
Showing results for tags 'docker-compose'.
-
For some reason emby always tries to bind 8096, even with the following: ``` version: "2.1" services: emby: image: ghcr.io/linuxserver/emby container_name: emby environment: - PUID=1000 - PGID=1001 volumes: - <my config path>:/config - <my tv path>:/data/tvshows ports: - 8099:8099 devices: - /dev/dri:/dev/dri #optional restart: unless-stopped ``` Here is the error: ``` System.IO.IOException: System.IO.IOException: Failed to bind to address http://[::]:8096: address already in use. embyserver2 | ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use embyserver2 | ---> System.Net.Sockets.SocketException (98): Address already in use embyserver2 | at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName) embyserver2 | at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) embyserver2 | at System.Net.Sockets.Socket.Bind(EndPoint localEP) embyserver2 | at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind() ``` Yes, 8096 is already bound (jellyfin), because I'm testing both, which is why I set emby to 8099 in the compose script above
-
Samsung TV(UN65H6350)'s DLAN works only with the lower version of embyserver.
otafasd posted a topic in DLNA
I have a Samsung TV (UN65H6350) and I use docker and docker-compose to use embyserver. However, in DLAN mode of Samsung TV, embyserver can only be found up to version 3.2.70.0. From v3.2.70 to the latest version, it cannot be detected in DLAN mode. I kept using emby/embyserver:3.2.70.0 due to dlan issue, but it is no longer compatible with android apps, so i have no choice but to update embyserver. I wish UN65H6350 DLAN could work on the latest version of Embyserver. -
Would anyone be able to help me? I have a docker install for Emby currently working but I would like to use Docker Compose to further simplify the process. I noticed that the Nvidia runtime is not supported within the docker-compose.yml file but does anyone know a way to maybe incorporate the runtime with a Dockerfile? Any help would be appreciated.
- 9 replies
-
- docker
- docker-compose
-
(and 3 more)
Tagged with: