Attempted Debugging
Searched GitHub Issues
Describe the Scenario
Use custom favicon. Isn't there a way to do this by adding a volume entry in the Portainer stack?
I have tried numerous lines but none work. For example:
...
volumes:
- /path/to/local/config:/config
- /path/to/local/favicon.ico:/bookstack/public/favicon.ico
...
...
volumes:
- /path/to/local/config:/config
- /path/to/local/favicon.ico:/public/favicon.ico
...
If I use the following, the favicon appears to have been replaced but I only get a "File not found" error on the page and I cannot access the site:
...
volumes:
- /path/to/local/config:/config
- /home/docker/bookstack/favicon.ico:/app/www/public/favicon.ico
...
Exact BookStack Version
v22.11.1
Log Content
No response
PHP Version
Whatever comes with the Docker image
Hosting Environment
AlmaLinux 8.7 host, Portainer, Nginx Proxy Manager
image: lscr.io/linuxserver/bookstack
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
Use custom favicon. Isn't there a way to do this by adding a volume entry in the Portainer stack?
I have tried numerous lines but none work. For example:
If I use the following, the favicon appears to have been replaced but I only get a "File not found" error on the page and I cannot access the site:
Exact BookStack Version
v22.11.1
Log Content
No response
PHP Version
Whatever comes with the Docker image
Hosting Environment
AlmaLinux 8.7 host, Portainer, Nginx Proxy Manager