We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
polystore-mongo
Is your feature request related to a problem? Please describe. You don't want to restart the container and have lost your updated models.
Describe the solution you'd like Add a default volume to the polystore-mongo container just like the user database containers get.
Describe alternatives you've considered Re upload the models everytime after re-up?
Additional context Currently it generates:
polystore-mongo: image: mongo:latest environment: MONGO_INITDB_ROOT_USERNAME: admin MONGO_INITDB_ROOT_PASSWORD: admin MONGO_INITDB_DATABASE: admin volumes: - ./models/:/docker-entrypoint-initdb.d
The text was updated successfully, but these errors were encountered:
MarieSaphira
No branches or pull requests
Is your feature request related to a problem? Please describe.
You don't want to restart the container and have lost your updated models.
Describe the solution you'd like
Add a default volume to the
polystore-mongo
container just like the user database containers get.Describe alternatives you've considered
Re upload the models everytime after re-up?
Additional context
Currently it generates:
The text was updated successfully, but these errors were encountered: