typo
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Ivan Schaller 2022-04-18 20:15:02 +02:00
parent 9b79d39e9a
commit 6403c3bf39

View file

@ -29,7 +29,7 @@ To use the container you will need to set the env variable `tmdb_api_key` with y
```bash
# with docker run
cd <project_root>
docker run -p '80:80' --volume '/<data-directory>/:/flox/' -e tmdb_api_key=<key> -e flox_db_init=true --name flox olofvndrhr:flox-dockerized:latest
docker run -p '80:80' --volume '/<data-directory>/:/flox/' -e tmdb_api_key=<key> -e flox_db_init=true --name flox olofvndrhr/flox-dockerized:latest
```
```bash