2020-02-26 16:40:13 +00:00
|
|
|
#!/bin/bash
|
2020-03-31 12:32:17 +00:00
|
|
|
#Absolute path to this script
|
|
|
|
SCRIPT=$(readlink -f $0)
|
|
|
|
#Absolute path this script is in
|
|
|
|
SCRIPTPATH=$(dirname $SCRIPT)
|
2020-02-26 16:40:13 +00:00
|
|
|
|
2020-03-31 12:32:17 +00:00
|
|
|
cd $SCRIPTPATH
|
|
|
|
sudo docker-compose start
|