mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-02 13:03:13 +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 |