Merge pull request #33 from Expand-sys/patch-3

Update deploy.md
This commit is contained in:
William Katz 2021-07-31 15:47:16 -07:00 committed by GitHub
commit d543ab0a89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=<admin-username> -e SAVE_FREQ=<in minutes> expandsys/ccash
```
## Build