Update deploy.md

This commit is contained in:
Expand-sys 2021-07-31 20:05:21 +10:00 committed by GitHub
parent f6cc2b2f52
commit 956165ea6d
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