How to change favicon in docker? #1427

Closed
opened 2026-02-05 00:52:15 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @madmads11 on GitHub (Oct 27, 2019).

Hi, I need some support with regards to how to change the favicon.

I'm running in Docker and instead of the default blue stack of books, I would like to use my own favicon instead. However I am unsure where to place it or change the relevant settings.

Originally created by @madmads11 on GitHub (Oct 27, 2019). Hi, I need some support with regards to how to change the favicon. I'm running in Docker and instead of the default blue stack of books, I would like to use my own favicon instead. However I am unsure where to place it or change the relevant settings.
Author
Owner

@ssddanbrown commented on GitHub (Oct 27, 2019):

Hi @madmads11,
There's currently no app specific way of changing the favicon.
The best way to achieve this currently, without altering app files, would be to set-up a webserver rule for requests to /favicon.ico and serve your custom favicon on that rule.

@ssddanbrown commented on GitHub (Oct 27, 2019): Hi @madmads11, There's currently no app specific way of changing the favicon. The best way to achieve this currently, without altering app files, would be to set-up a webserver rule for requests to `/favicon.ico` and serve your custom favicon on that rule.
Author
Owner

@madmads11 commented on GitHub (Oct 27, 2019):

Hi Dan Brown, thanks for the quick answer.

I don't mind altering the app files, my problem is that I cannot seem to locate the favicon.ico file. I'm running in Docker and I've been searching but can't find it. What's the location of it?

@madmads11 commented on GitHub (Oct 27, 2019): Hi Dan Brown, thanks for the quick answer. I don't mind altering the app files, my problem is that I cannot seem to locate the favicon.ico file. I'm running in Docker and I've been searching but can't find it. What's the location of it?
Author
Owner

@ssddanbrown commented on GitHub (Oct 28, 2019):

Within the project it's within the public folder. It's served at the /favicon.ico endpoint. Where that is within the container or mounted volumes will depend on the specific container you're running. What docker setup are you running?

@ssddanbrown commented on GitHub (Oct 28, 2019): Within the project it's within the `public` folder. It's served at the `/favicon.ico` endpoint. Where that is within the container or mounted volumes will depend on the specific container you're running. What docker setup are you running?
Author
Owner

@ssddanbrown commented on GitHub (Apr 1, 2020):

Due to the lack of response from the original issue author I will close this.

If this issue remains please feel free to open a new issue, referencing this one.

@ssddanbrown commented on GitHub (Apr 1, 2020): Due to the lack of response from the original issue author I will close this. If this issue remains please feel free to open a new issue, referencing this one.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1427