Files
stacks-node-mainnet/start.sh
Yuanhai He 2a57a48ee1 init commit
2023-05-17 05:25:29 +00:00

7 lines
117 B
Bash
Executable File

#!/bin/bash
set -e
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
cd $DIR
docker-compose up -d