Skip to content

Commit

Permalink
Fixed Docker CLI in README.md
Browse files Browse the repository at this point in the history
The Docker CLI command didn't follow the correct syntax, missing '\'on line 4, missing '=' on line 6.
  • Loading branch information
XenioxYT authored Jun 11, 2022
1 parent f86add2 commit 8253218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 8253218

Please sign in to comment.