Files
structure/dc-node

7 lines
138 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
# N - nginx; P - php; R - redis; M - mariadb
ARGS=$@
bash -ic "dc -f docker-compose.yml -f docker-compose.nodejs.yml $ARGS"