Merge pull request #70 from XenioxYT/patch-1
This commit is contained in:
commit
777acc227c
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…
Reference in a new issue