homeserver/stop-all.sh

22 lines
213 B
Bash
Raw Normal View History

2021-01-09 20:40:51 +01:00
#/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 ..