2024-06-04, 07:02 PM
I have not input any Custom CSS code on either the server end (Dashboard > General > Custom CSS) or on the user end (Settings > Display > Custom CSS). Both are blank. Are those necessary to include?
My instinct is that overwriting the files within the container would be sufficient. If 'banner-light.png' is overwritten in the container during docker-compose, then references to 'banner-light.png' should pull the updated, overwritten image, no? And, to be sure, that's how it behaves when locally accessed.
Frankly, I am confused how it's pulling the default 'index.html', '73233.bce0f70761dae6c47906.chunk.js' and images (e.g., 'banner-light.png') when accessed remotely, since the container ostensibly doesn't actually contain those files as best I can tell.
My instinct is that overwriting the files within the container would be sufficient. If 'banner-light.png' is overwritten in the container during docker-compose, then references to 'banner-light.png' should pull the updated, overwritten image, no? And, to be sure, that's how it behaves when locally accessed.
Frankly, I am confused how it's pulling the default 'index.html', '73233.bce0f70761dae6c47906.chunk.js' and images (e.g., 'banner-light.png') when accessed remotely, since the container ostensibly doesn't actually contain those files as best I can tell.