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