init
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Cleaning up..."
|
||||
docker-compose down
|
||||
|
||||
printf "Deleting network: "
|
||||
eval $(egrep '^NETWORK' .env | xargs)
|
||||
printf "$NETWORK\n"
|
||||
docker network rm $NETWORK | echo
|
||||
Reference in New Issue
Block a user