Skip to content

Commit

Permalink
fix: README docker compose removed deprecated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Aug 27, 2024
1 parent fbfc9ae commit 79c579b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
In order to execute the run script you need:

* jq
* docker-compose
* docker version 3

Installation example in Ubuntu:

```
sudo apt install jq docker-compose
sudo apt install jq
```

For docker-compose you can also [see here](https://docs.docker.com/compose/install/other/).
Expand Down

0 comments on commit 79c579b

Please sign in to comment.