* simple renaming

This commit is contained in:
WP Studio
2025-01-31 00:20:12 +03:00
parent 3ed6f5dfff
commit cb5c989830

6
dc-php Executable file
View File

@ -0,0 +1,6 @@
#!/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"