Skip to content

Commit 9d77754

Browse files
committed
README: note reg requiring Compose v2
1 parent ddf36a6 commit 9d77754

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
```
8080
sudo apt-get remove docker-compose
8181
sudo apt-get install docker-compose-plugin
82-
``
82+
```
8383

8484
env variables are defined in docker-compose.yml
8585

@@ -89,7 +89,7 @@ after cloning:
8989
git 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
```
9595
docker compose --profile remote up --build

0 commit comments

Comments
 (0)