Fixed Docker CLI in README.md
The Docker CLI command didn't follow the correct syntax, missing '\'on line 4, missing '=' on line 6.
This commit is contained in:
parent
f86add2570
commit
82532189da
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ The Docker image is available on both [DockerHub](docker) and the GitHub Contain
|
|||
$ docker run -d \
|
||||
-e CLOUDFLARE_ZONE_ID=[OPTIONAL CLOUDFLARE V4 ZONE ID] \
|
||||
-e CLOUDFLARE_PURGE_TOKEN=[OPTIONAL CLOUDFLARE PURGE TOKEN] \
|
||||
-v $(pwd)/data:/app/data
|
||||
-v $(pwd)/data:/app/data \
|
||||
-p 8080:8080 \
|
||||
--name dashboard \
|
||||
--name=dashboard \
|
||||
phntxx/dashboard
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue