Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use native docker volumes because it requires directories, not mapping files #66

Open
davidbhoward opened this issue Dec 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@davidbhoward
Copy link

I followed the guide to map the ServerConfig.toml file. However, I suspect you are doing a host mount, and I am trying to do a CIFS mount, which requires a directory, not a file mount. When you mount a volume, which is a dir, it blows away all other files in the container that are required to run the container.

The request would be to move the entry point.sh file outside the dir (and anything else that needs to run the service,) leaving configuration in its dir so you can mount that dir and not lose the other files.

@RouHim RouHim added the enhancement New feature or request label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants