2025-01-21, 08:53 PM
(This post was last modified: 2025-01-21, 08:54 PM by 4r5hw45twh. Edited 1 time in total.)
(2025-01-21, 08:51 PM)TheDreadPirate Wrote:(2025-01-21, 08:25 PM)4r5hw45twh Wrote: Oh, I thought the left side of the path line was host and right was Docker?
That's right, but you put web-config.json in a folder on the host that is already mapped to /config in the container. Meaning you can't then map a specific file in that to another place in the container.
Huh. Very interesting. It is now working for me since I made a new folder with web-config.json in it. Thanks a ton for your time with this issue!
Should I also be mapping /data or no?
I am just trying to get the best practices down to minimize issues/headaches.
I currently have cache, config, and now config.json mapped/binded (not sure proper terminology).