Skip to content

[BUG] Docker image does not talk about port 8310 #251

@Jeremy-Lemoine

Description

@Jeremy-Lemoine

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

  1. When we use port 8310 by exposing the port in docker container, the port exists and is a web UI.

  2. This port (8310) is not the one used in the image documentation (7878) as you can see here
    Image

  3. The 8310 port isn't even in the list of ports when we call "docker inspect radarr", unless we expose it manually. If we do not expose any port, we have this:
    Image

  4. In "docker logs radarr", we can see that the port 8310 is the one listened to.
    Image

Expected Behavior

The port 8310 should be in the list of image ports, globally defined, such as 7878, even if we do not expose it in docker-compose.yml.

Steps To Reproduce

Run a container with this image, with no exposed port, and notice "docker inspect radarr" displays only 7878 port.

Run the same container but with 8310 port exposed, and notice "docker inspect radarr" displays 7878 AND 8310 ports and that a web UI is behind the 8310 port.

Environment

- OS: linux
- How docker service was installed: docker compose

CPU architecture

x86-64

Docker creation

simple docker compose

Container logs

/package/admin/s6-overlay/libexec/preinit: info: /run belongs to uid 0 instead of 1026 - fixing it
╔═════════════════════════════════════════════════════════════════════════╗
║                                                                         ║
║           You are running this container as a non-root user:            ║
║   UMASK, custom services, & docker mod functionality will be disabled   ║
║      and the PUID/PGID environment variables will have no effect.       ║
║                                                                         ║
╚═════════════════════════════════════════════════════════════════════════╝
[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support the app dev(s) visit:
Radarr: https://opencollective.com/radarr

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1026
User GID:    100
───────────────────────────────────────
Linuxserver.io version: 5.21.1.9799-ls270
Build-date: 2025-04-20T16:57:43+00:00
───────────────────────────────────────

[custom-init] No custom files found, skipping...
[Info] Bootstrap: Starting Radarr - /app/radarr/bin/Radarr - Version 5.21.1.9799
[Info] AppFolderInfo: Data directory is being overridden to [/config]
[Debug] Bootstrap: Console selected
[Info] AppFolderInfo: Data directory is being overridden to [/config]
[Info] AppFolderInfo: Data directory is being overridden to [/config]
[Info] MigrationController: *** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating
[Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation
[Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation
[Info] DatabaseEngineVersionCheck: SQLite 3.48.0
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0871242s
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0899715s
[Info] MigrationController: *** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 ***
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating
[Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation
[Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation
[Info] DatabaseEngineVersionCheck: SQLite 3.48.0
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0028462s
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0031122s
[Info] Microsoft.Hosting.Lifetime: Now listening on: http://[::]:8310
[ls.io-init] done.
[Info] CommandExecutor: Starting 2 threads for tasks.
[Info] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down.
[Info] Microsoft.Hosting.Lifetime: Hosting environment: Production
[Info] Microsoft.Hosting.Lifetime: Content root path: /app/radarr/bin
[Info] ManagedHttpDispatcher: IPv4 is available: True, IPv6 will be disabled
[Info] RssSyncService: Starting RSS Sync
[Info] DownloadDecisionMaker: Processing 309 releases
[Info] RssSyncService: RSS Sync Completed. Reports found: 309, Reports grabbed: 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions