mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-06 19:55:10 +00:00
*: migrate to Docker Compose V2
Docker Compose V1 is deprecated since June 2023, ref. https://docs.docker.com/compose/migrate/ and https://github.com/nspcc-dev/neo-bench/issues/166. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
39e0d60221
commit
cbc2f73a0c
3 changed files with 6 additions and 8 deletions
|
@ -155,7 +155,7 @@ four-node setup.
|
|||
|
||||
#### Prerequisites
|
||||
- `docker` of version >= 20.10.0
|
||||
- `docker-compose`
|
||||
- `docker compose` V2
|
||||
- `go` compiler
|
||||
|
||||
#### Instructions
|
||||
|
@ -166,7 +166,7 @@ make env_up # start containers, use "make env_single" for single CN
|
|||
```
|
||||
To monitor logs:
|
||||
```bash
|
||||
docker-compose -f .docker/docker-compose.yml logs -f
|
||||
docker compose -f .docker/docker-compose.yml logs -f
|
||||
```
|
||||
|
||||
To stop:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue