Docker Compose
Icon Customization
Customize the web interface by replacing default assets with your own. This guide shows you how to replace key visual elements and run the application with your customizations.
Prerequisites
- Docker and Docker Compose installed
- Custom asset files ready for replacement
Customization Steps
-
Replace Asset Files Add the following files in the
web_assets
directory with your customized versions:logo-site.png
Main navigation logofavicon.ico
Browser tab icon
-
Launch with Custom Assets Start the application with both base and web assets configurations:
File Specifications
File | Purpose | Recommended Specifications |
---|---|---|
logo-site.png | Top-left navigation logo | PNG format |
favicon.ico | Browser tab icon | ICO format, 48×48 pixels |
Important Notes
- 🔄 Restart Required: After modifying assets, restart your containers to see changes.
- 🖼️ Asset Requirements: Maintain exact file names and formats for proper recognition.