mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
Add btcpay-clean script
This commit is contained in:
parent
5a4cd2bd0c
commit
d0529a9a72
3
btcpay-clean.sh
Executable file
3
btcpay-clean.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker image prune -af
|
@ -17,6 +17,7 @@ install_tooling() {
|
||||
"btcpayserver_monacoind" "monacoin-cli.sh" "Command line for your Monacoin instance" \
|
||||
"btcpayserver_trezarcoind" "trezarcoin-cli.sh" "Command line for your Trezar instance" \
|
||||
"btcpayserver_viacoind" "viacoin-cli.sh" "Command line for your Viacoin instance" \
|
||||
"*" "btcpay-clean.sh" "Command line for deleting old unused docker images" \
|
||||
"*" "btcpay-down.sh" "Command line for stopping all services related to BTCPay Server" \
|
||||
"*" "btcpay-restart.sh" "Command line for restarting all services related to BTCPay Server" \
|
||||
"*" "btcpay-setup.sh" "Command line for restarting all services related to BTCPay Server" \
|
||||
|
Loading…
Reference in New Issue
Block a user