zeratax / matrix-registration

a token based matrix registration api
https://zeratax.github.io/matrix-registration/
MIT License
227 stars 41 forks source link

No such option --config-path #104

Open chris-aeviator opened 1 year ago

chris-aeviator commented 1 year ago

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

no such option `--config-path`

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

trendsetter37 commented 1 year ago

@chris-aeviator Can you post your entire docker-compose file?

chris-aeviator commented 1 year ago
`
version: 3.9
services:
  chat-registration:
    image: zeratax/matrix-registration:v0.9.1
    volumes:
      - ./:/data
    command: --config-path /data/matrix_registration/config.yaml serve
trendsetter37 commented 1 year ago

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.