8 lines
115 B
Bash
Executable File
8 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Load variables
|
|
source ./var.sh
|
|
|
|
# Start compose file
|
|
cd .. && docker compose -f $file up -d --build
|