Fix README
This commit is contained in:
parent
b13dca5679
commit
b15e617439
1 changed files with 1 additions and 1 deletions
|
@ -77,5 +77,5 @@ to determine the location of this file at startup.
|
|||
For example, to run on port 8000 in a container, with the setting file in the current working directory:
|
||||
|
||||
```sh
|
||||
OIDC_TEST_CONFIG_FILE=/app/settings.yaml podman run -p 8000:80 --mount type=bind,source=settings.yaml,destination=/app/settings.yaml code.philo.ydns.eu/philorg/oidc-fastapi-test:latest
|
||||
podman run -p 8000:80 --env OIDC_TEST_CONFIG_FILE=/app/settings.yaml --mount type=bind,source=settings.yaml,destination=/app/settings.yaml code.philo.ydns.eu/philorg/oidc-fastapi-test:latest
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue