[PR #4916] [CLOSED] Add HOST environment variable to Dockerfile #4372

Closed
opened 2026-04-25 00:19:28 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4916
Author: @Minituff
Created: 12/15/2025
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • 0d25ccb Add HOST environment variable to Dockerfile

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 Dockerfile (+1 -0)

📄 Description

Brief summary

This PR fixes the HOST being undefined on Docker

Which issue is fixed?

This fixes the container's web UI not being accessible

In-depth Description

How have you tested this?

The workaround it is set HOST=0.0.0.0 as a Docker environment variable.

Screenshots

This is the default output in the console (without the proposed changed)
Screenshot 2025-12-15 at 10-18-41 Portainer local

This is the console output with the proposed changed

Screenshot 2025-12-15 at 10-20-38 Portainer local

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/4916 **Author:** [@Minituff](https://github.com/Minituff) **Created:** 12/15/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`0d25ccb`](https://github.com/advplyr/audiobookshelf/commit/0d25ccbfb16aafbf97a30aa037c7f8eab2b393a4) Add HOST environment variable to Dockerfile ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -0) </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary This PR fixes the `HOST` being `undefined` on Docker ## Which issue is fixed? This fixes the container's web UI not being accessible ## In-depth Description <!-- Describe your solution in more depth. How does it work? Why is this the best solution? Does it solve a problem that affects multiple users or is this an edge case for your setup? --> ## How have you tested this? The workaround it is set `HOST=0.0.0.0` as a Docker environment variable. ## Screenshots This is the default output in the console (without the proposed changed) <img width="1673" height="518" alt="Screenshot 2025-12-15 at 10-18-41 Portainer local" src="https://github.com/user-attachments/assets/7d544b26-49c7-4ca9-9d8c-1814adb6c044" /> This is the console output with the proposed changed <img width="1673" height="518" alt="Screenshot 2025-12-15 at 10-20-38 Portainer local" src="https://github.com/user-attachments/assets/ee3d5fb2-dfc3-4361-ba2a-cdb7d842c1ef" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:19:28 +02:00
adam closed this issue 2026-04-25 00:19:28 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4372