docker command typo fix
This commit is contained in:
parent
9746248c10
commit
859cd05598
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ datarhei Core is management for FFmpeg processes without development effort. It
|
||||||
1. Run the Docker image
|
1. Run the Docker image
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run --name core -d
|
docker run --name core -d \
|
||||||
-e CORE_API_AUTH_USERNAME=admin \
|
-e CORE_API_AUTH_USERNAME=admin \
|
||||||
-e CORE_API_AUTH_PASSWORD=secret \
|
-e CORE_API_AUTH_PASSWORD=secret \
|
||||||
-p 8080:8080 \
|
-p 8080:8080 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue