Files
structure/dc-php
2025-01-31 00:20:12 +03:00

7 lines
167 B
Bash
Executable File

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