psitransfer
psitransfer copied to clipboard
Docker image - how to change config, style or textual elements
How can I modify configuration settings or things like styling and textual elements in language files when using the Docker image? Can the folders where those files reside, be mounted perhaps?
Did you end up working it out. I'm wondering the same thing
No sorry. Due to circumstances, I haven't payed attention to it lately.
You can just pull the repo and change the files. After that just build a Docker image from the Dockerfile in the repo's root, that's it.
Or overwrite the template files using docker volume bind-mounts.