free endpoints

This commit is contained in:
Sebastian
2024-03-20 23:27:38 +01:00
parent a65e3cc7ed
commit 8d0950cbb4
4 changed files with 44 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
#!/bin/bash
docker ps -q -f "name=dshackle" | xargs -r docker kill --signal=HUP
docker ps -q -f "name=dshackle-free" | xargs -r docker kill --signal=HUP