homeserver/stop-all.sh
2021-01-09 21:25:08 +01:00

22 lines
213 B
Bash

#/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 ..