mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-02-10 18:16:30 +00:00
7 lines
216 B
Bash
Executable File
7 lines
216 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
# These have to be wiped out before we boot the containers. Note that this will only work
|
|
# if you've set up rootless Docker.
|
|
rm -rf ./volume/{deluge-1,deluge-2,deluge-3}
|
|
docker compose up |