You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flyapps/docker/scripts/start_all.sh

10 lines
134 B

#!/bin/bash
#
#
cd ../mariadb/ && docker-compose up -d
cd ../redis/ && docker-compose up -d
cd ../flyapps/ && docker-compose up -d