Jump to content

Search the Community

Showing results for tags 'docker-compose'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Emby Premiere Purchase/Subscription Support
    • Feature Requests
    • Tutorials and Guides
  • Emby Server
    • General/Windows
    • Android Server
    • Asustor
    • FreeBSD
    • Linux
    • NetGear ReadyNAS
    • MacOS
    • QNAP
    • Synology
    • TerraMaster NAS
    • Thecus
    • Western Digital
    • DLNA
    • Live TV
  • Emby Apps
    • Amazon Alexa
    • Android
    • Android TV / Fire TV
    • Windows & Xbox
    • Apple iOS / macOS
    • Apple TV
    • Kodi
    • LG Smart TV
    • Linux & Raspberry Pi
    • Roku
    • Samsung Smart TV
    • Sony PlayStation
    • Web App
    • Windows Media Center
    • Plugins
  • Language-specific support
    • Arabic
    • Dutch
    • French
    • German
    • Italian
    • Portuguese
    • Russian
    • Spanish
    • Swedish
  • Community Contributions
    • Ember for Emby
    • Fan Art & Videos
    • Tools and Utilities
    • Web App CSS
  • Testing Area
    • WMC UI (Beta)
  • Other
    • Non-Emby General Discussion
    • Developer API
    • Hardware
    • Media Clubs

Blogs

  • Emby Blog

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 3 results

  1. mkarikom

    docker compose ignoring port change

    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
  2. 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.
  3. ShadowKindjal

    Nvidia Runtime Docker Compose

    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.
×
×
  • Create New...