Update kill_process.sh

This commit is contained in:
s4616 2023-07-06 14:43:34 +09:00 committed by GitHub
parent 05154e0851
commit 468da643cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/bin/bash
echo "Remove existed container"
docker-compose -f /home/ec2-user/docker-compose.yml down || true
docker-compose -f /home/ubuntu/docker-compose.yml down || true