Merge pull request #70 from XenioxYT/patch-1

This commit is contained in:
Bastian Meissner 2022-06-12 22:12:28 +02:00 committed by GitHub
commit 777acc227c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```