diff --git a/docs/deploy.md b/docs/deploy.md index dd32e83..f7be1a4 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -7,7 +7,7 @@ A pre-built docker image is supplied in the repos [GitHub Packages](https://gith It can be run with docker like so: ``` -docker pull docker.pkg.github.com/entiretwix/ccash/ccash:latest +docker run -itp 443:443 -v ccashconfig:/ccash/config -e ADMIN_A= -e SAVE_FREQ= expandsys/ccash ``` ## Build