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