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
docker
No response
0.9.1
no such option `--config-path`
general usage
the docker container does not allow to run the image with the --config-path option
create a docker compose file add
command: --config-path ./my-config.yaml serve
The text was updated successfully, but these errors were encountered:
@chris-aeviator Can you post your entire docker-compose file?
Sorry, something went wrong.
` version: 3.9 services: chat-registration: image: zeratax/matrix-registration:v0.9.1 volumes: - ./:/data command: --config-path /data/matrix_registration/config.yaml serve
https://github.com/zeratax/matrix-registration/tagsSo try this with image zeratax/matrix-registration:v0.9.3 or whatever latest image tag here to see if you get further.
No branches or pull requests
How did you install matrix-registration?
docker
What python version are you running?
No response
What version of matrix-registration are you running?
0.9.1
Your config.yml
No response
Your error log
Area of your issue?
general usage
What happened
the docker container does not allow to run the image with the --config-path option
Steps to reproduce
create a docker compose file
add
command: --config-path ./my-config.yaml serve
The text was updated successfully, but these errors were encountered: