mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-01-23 02:14:14 +00:00
5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
exec docker compose -f "/opt/$1/docker-compose.yml" "${@:2}"
|