@@ -0,0 +1,17 @@
#!/bin/bash
#
# take system services down
down() {
docker compose -f $1/compose.yml down
}
if [ $1 ]
then
down $1
else
down "www"
down "cloud"
down "mail"
down "proxy"
fi
The note is not visible to the blocked user.