homeserver/stop-all.sh

21 lines
213 B
Bash
Executable file

#/bin/bash/
cd proxy/
docker-compose down
cd ..
cd heimdall/
docker-compose down
cd ..
cd portainer/
docker-compose down
cd ..
cd smartHome/
docker-compose down
cd ..
cd monitoring/
docker-compose down
cd ..