mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-02-13 19:46:46 +00:00
6 lines
141 B
Bash
Executable File
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 |