The following command is provided for running a Praxis container with a custom config in https://praxis.fast/docs/getting-started/installation
docker run -p 8080:8080 \
-v /path/to/praxis.yaml:/etc/praxis/praxis.yaml:ro \
ghcr.io/praxis-proxy/praxis:latest \
-c /etc/praxis/praxis.yaml
However, running this leads to the following error
error: the argument '--config <CONFIG>' cannot be used multiple times
Usage: praxis [OPTIONS]
For more information, try '--help'.
For purposes of reproduction, I am running the ghcr.io/praxis-proxy/praxis:latest container with digest sha256:ddc5921b32db5a2501d601dd08d6ef1b86c20e516a53a18aa8ea2cb0e81893b1
The following command is provided for running a Praxis container with a custom config in https://praxis.fast/docs/getting-started/installation
However, running this leads to the following error
For purposes of reproduction, I am running the
ghcr.io/praxis-proxy/praxis:latestcontainer with digestsha256:ddc5921b32db5a2501d601dd08d6ef1b86c20e516a53a18aa8ea2cb0e81893b1