first commit

This commit is contained in:
Marcin Woźniak 2021-11-12 22:32:27 +01:00
commit 731b56b2df
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 6 additions and 0 deletions

6
docker/start.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
for i in $(docker ps --all | grep -i mgr| awk '{print $1}'); do
docker stop "$i"
docker rm "$i"
done
docker-compose -f docker-compose.yml up