Open madcoda9000 opened 4 days ago
I understand you expect to find the KeeWeb files in /volume1/docker/keeweb/web
. However, the host folder is mounted into the container, not the other way around. You can use docker cp
to copy the KeeWeb files from the container to the host before mounting, or better, mount only the specific files you want to modify instead of the entire folder.
ok, thank you.
Hello,
I am using this compose:
As you can see I am trying to mount the keeweb folder so that i can modify the keeweb config. I'v tried this because I've seen that your dockerfile copies keeweb from git to /usr/share/nginx/html. But it did not work. The folder is empty.
So, how can i modify the keeweb config?
by the way: your image is working like a charm!