feat: dc.sh script

This commit is contained in:
Didier Slof 2024-01-31 18:22:04 +01:00
parent f63ca2d2c5
commit b4dcfc371f

6
dc.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
docker-compose \
-f "docker-compose.wordpress.yml" \
-f "docker-compose.yml" \
$@