6 lines
96 B
Bash
Executable file
6 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
|
|
docker-compose \
|
|
-f "docker-compose.wordpress.yml" \
|
|
-f "docker-compose.yml" \
|
|
$@
|