You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: