docker-onlyoffice-stack/start.sh

9 lines
172 B
Bash
Raw Permalink Normal View History

2020-02-26 16:40:13 +00:00
#!/bin/bash
#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
cd $SCRIPTPATH
sudo docker-compose start