Open chris-aeviator opened 1 year ago
@chris-aeviator Can you post your entire docker-compose file?
`
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.
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