File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ HASHES_URL="https://raw.githubusercontent.com/binaryFate/monero-site/refs/heads/
7474
7575# docker
7676
77- if you see ` ContainerConfig ` error you need to upgrade docker-compose. In debian:
77+ if you see ` ContainerConfig ` error you need to upgrade docker-compose to v2 . In debian:
7878
79- ``
79+ ```
8080sudo apt-get remove docker-compose
8181sudo apt-get install docker-compose-plugin
82- ``
82+ ```
8383
8484env variables are defined in docker-compose.yml
8585
@@ -89,7 +89,7 @@ after cloning:
8989git clone --recurse-submodules https://github.com/plowsof/monero-torrent && cd monero-torrent
9090```
9191
92- Default where files are downloaded:
92+ Default where files are downloaded: _ Note: if you see ` unknown flag: --profile ` then you need to update to Compose v2 _
9393
9494```
9595docker compose --profile remote up --build
You can’t perform that action at this time.
0 commit comments