matrix-registration icon indicating copy to clipboard operation
matrix-registration copied to clipboard

No such option --config-path

Open chris-aeviator opened this issue 2 years ago • 3 comments

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

chris-aeviator avatar Mar 02 '23 21:03 chris-aeviator

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

trendsetter37 avatar Mar 08 '23 02:03 trendsetter37

`
version: 3.9
services:
  chat-registration:
    image: zeratax/matrix-registration:v0.9.1
    volumes:
      - ./:/data
    command: --config-path /data/matrix_registration/config.yaml serve

chris-aeviator avatar Mar 08 '23 07:03 chris-aeviator

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.

trendsetter37 avatar Mar 08 '23 16:03 trendsetter37