bittorrent-benchmarks/docker-compose-up.sh
2024-11-01 18:07:08 -03:00

6 lines
141 B
Bash
Executable File

#!/usr/bin/env bash
set -e
# These have to be wiped out before we boot the containers.
rm -rf ./volume/{deluge-1,deluge-2}
docker compose up