From 956165ea6dc550b11329ca3da7443cce20d877af Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Sat, 31 Jul 2021 20:05:21 +1000 Subject: [PATCH] Update deploy.md --- docs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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