Skip to content

Commit

Permalink
fix: Update docker-compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
tscuite authored Jun 13, 2024
1 parent fe48279 commit 03950cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/experience/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

```shell
# 1.1 运行此命令以下载Docker Compose的当前稳定版本
sudo curl -L "https://github.com/docker/compose/releases/download/1.26.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo curl -L "https://github.com/docker/compose/releases/download/2.27.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
# 1.2 将可执行权限应用于二进制文件
sudo chmod +x /usr/local/bin/docker-compose
```
Expand Down

0 comments on commit 03950cd

Please sign in to comment.