Skip to content

Commit 2cdaf33

Browse files
committed
Readme update
1 parent 4fb634d commit 2cdaf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sudo usermod -aG docker ${USER}
2222

2323
If you are running on Linux:
2424
```
25-
sudo curl -L "https://github.com/docker/compose/releases/download/v2.12.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && sudo chmod +x /usr/local/bin/docker-compose
25+
sudo curl -L "https://github.com/docker/compose/releases/download/v2.18.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && sudo chmod +x /usr/local/bin/docker-compose
2626
```
2727

2828
# Configuration

0 commit comments

Comments
 (0)