The docs’ page on container customizations claims that the custom scripts directory should be mounted to /custom-cont-init.d
, while in fact it should be mounted to /config/custom-cont-init.d
. Proof: https://github.com/linuxserver/docker-baseimage-ubuntu/blob/544ef4e74f832dc5e32f4b3967a23ed3f56c8cf8/root/etc/cont-init.d/99-custom-scripts#L4.
This has caused some trouble for me (and others - se github[dot]com/linuxserver/docker-code-server/issues/130 ).
I’d submit a PR, but I can’t find the git repository that contains the content of the docs.