Skip to content
New issue

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

No such option --config-path #104

Open
chris-aeviator opened this issue Mar 2, 2023 · 3 comments
Open

No such option --config-path #104

chris-aeviator opened this issue Mar 2, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@chris-aeviator
Copy link

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 chris-aeviator added the bug Something isn't working label Mar 2, 2023
@trendsetter37
Copy link

trendsetter37 commented Mar 8, 2023

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

@chris-aeviator
Copy link
Author

chris-aeviator commented Mar 8, 2023

`
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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants