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