Skip to content

Commit fe6f223

Browse files
authored
Update Docker Compose installation command to v2.18.0
1 parent e8f6074 commit fe6f223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/docker-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mv docker-compose-linux-x86_64 /usr/local/bin/docker-compose
1313
##### Docker插件安装
1414
```bash
1515
mkdir -p ~/.docker/cli-plugins/
16-
curl -SL https://github.com/docker/compose/releases/download/v2.1.1/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
16+
curl -SL https://github.com/docker/compose/releases/download/v2.18.0/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
1717
chmod +x ~/.docker/cli-plugins/docker-compose
1818
docker compose version
1919
```

0 commit comments

Comments
 (0)