Update 'stop'

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-01-15 07:16:18 +00:00
parent 2bd3d78fc9
commit c791dfc683
1 changed files with 4 additions and 4 deletions

8
stop
View File

@ -8,9 +8,9 @@ if [[ $EUID -ne 0 ]]; then
fi
if [ -e "./data/cloudflared/home/.cloudflared/cert.pem" ]; then
docker-compose -f docker-compose-tunnels.yml down
docker-compose -f docker-compose.yml down
docker compose -f docker-compose-tunnels.yml down
docker compose -f docker-compose.yml down
else
docker-compose -f docker-compose.yml down
docker-compose -f docker-compose-tunnels.yml down
docker compose -f docker-compose.yml down
docker compose -f docker-compose-tunnels.yml down
fi