mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
Merge branch 'main' of https://github.com/EntireTwix/CCash
This commit is contained in:
commit
b7f2ad3b5f
2 changed files with 2 additions and 1 deletions
|
|
@ -17,4 +17,5 @@ ARG SAVE_FREQ=2
|
|||
|
||||
RUN ["chmod", "+x", "/CCash/config/ssl.sh"]
|
||||
|
||||
RUN ["sh", "-c", "/CCash/config/ssl.sh && /CCash/build/bank"]
|
||||
CMD ["sh", "-c", "/CCash/config/ssl.sh && /CCash/build/bank ${ADMIN_A} ${SAVE_FREQ}"]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue