mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +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}
|