Closed psyray closed 2 months ago
This pull request modifies the Docker Compose configuration to fix an issue with empty staticfiles in the proxy container. The change involves updating the volume mapping for the proxy service to ensure that the staticfiles (JS, CSS, etc.) are properly accessible.
Change | Details | Files |
---|---|---|
Updated volume mapping for the proxy service in Docker Compose configuration |
|
docker/docker-compose.yml |
Fix staticfiles empty in proxy container Staticfiles are the files for the UI (JS, CSS ...)
Summary by Sourcery
Fix the staticfiles volume configuration in the Docker Compose file to prevent the directory from being empty in the proxy container.
Bug Fixes: