Read the statement by Michael Teeuw here.
Not getting custom.css with Docker
-
@codac I’m gonna throw a wild guess…
1 check the permissions on the custom.css as compared to main.css
ls -laF in the folder where they are
there are 3 bits each for user, same group as user, and all others
Write, Read, and eXecute
777 is everything for all
600 is read/write for user and nothing for anybody else.and last crazy guess, is there an accidental space in the name?
-
I have the exact same issue too. Custom.css does not seem to work. Checked all permissions in the folder and file itself and they have the same permission settings. Looks like there is some limitation when using Synology Container Manager (Docker).
-
@wongfookchoy if you exec into the container can you see the file and it’s permissions?
-
Hi sir, this is the permission and files in the css folder. I hope I got what you need to know as I am still a junior in this.
-
@wongfookchoy which docker container are you using?
nm
that image is no longer maintained
please go to the doc And follow this link
-
@sdetweil Hi, just wanted to update that the new image that is in MM page reference for Docker installation works well now and I can configure the custom css. Thanks.
Sorry took sometime to revert as was busy.