Enhance install.sh to remove orphaned containers during cleanup
This commit is contained in:
parent
1cbd5e0717
commit
5d3137e2d8
@ -41,7 +41,7 @@ rm -rf /root/node
|
|||||||
mkdir /root/node
|
mkdir /root/node
|
||||||
cd /root/node
|
cd /root/node
|
||||||
|
|
||||||
docker compose down --volumes
|
docker compose down --volumes --remove-orphans
|
||||||
docker system prune --all --force
|
docker system prune --all --force
|
||||||
|
|
||||||
openssl rand -hex 32 > jwt.txt
|
openssl rand -hex 32 > jwt.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user