October 25, 20223 yr I have a container set up and running. The settings file is created in the root of the container but I want it mapped to my appdata folder. Is this possible?
October 27, 20223 yr Author bump. Few days later and I'm no closer to getting this sorted. According to the docs it can be done via Docker with the following docker run -ti \ --name=docker_name \ -v /mnt/user/appdata/docker_name/settings.json:/settings.json \ --restart always \ dockerhub/location Seeing as Unraid can not map a single file via GUI I have been trying via the cmd but Unraid still keeps erroring and trying to map a folder. The settings file is not there originally until created which doesn't help and I can do a long workaround creating the settings file first but it gets lost after an update so not ideal. Edited October 27, 20223 yr by bobby
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.