docker-stock-recording-stack/start.sh

9 lines
172 B
Bash
Raw Normal View History

2020-04-30 23:43:42 +00:00
#!/bin/bash
#Absolute path to this script
SCRIPT=$(readlink -f $0)
#Absolute path this script is in
SCRIPTPATH=$(dirname $SCRIPT)
cd $SCRIPTPATH
sudo docker-compose start