Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ HASHES_URL="https://raw.githubusercontent.com/binaryFate/monero-site/refs/heads/

# docker

if you see `ContainerConfig` error you need to upgrade docker-compose. In debian:
if you see `ContainerConfig` error you need to upgrade docker-compose to v2. In debian:

``
```
sudo apt-get remove docker-compose
sudo apt-get install docker-compose-plugin
``
```

env variables are defined in docker-compose.yml

Expand All @@ -89,7 +89,7 @@ after cloning:
git clone --recurse-submodules https://github.com/plowsof/monero-torrent && cd monero-torrent
```

Default where files are downloaded:
Default where files are downloaded: _Note: if you see `unknown flag: --profile` then you need to update to Compose v2_

```
docker compose --profile remote up --build
Expand Down
Loading