mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-05 19:40:09 +00:00
3 lines
111 B
Bash
Executable File
3 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
docker compose -f docker-compose.yml -f docker-compose.$1.yml -f docker-compose.config.yml ${@%$1}
|