-
-
Save stratdes/dbc186fc6e833fae6395376b5f3e4f20 to your computer and use it in GitHub Desktop.
up.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) | |
docker-compose -f $SCRIPT_DIR/../docker/docker-compose.yaml pull php-fpm nginx | |
docker-compose -f $SCRIPT_DIR/../docker/docker-compose.yaml up -d php-fpm nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment