Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
najoast committed May 21, 2023
1 parent 4467bc1 commit 460217b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/acore_docker_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ systemctl restart docker

# 安装 docker-compose
```
wget https://github.com/docker/compose/releases/download/v2.18.1/docker-compose-Linux-x86_64 -o /usr/local/bin/docker-compose
wget https://github.com/docker/compose/releases/download/v2.18.1/docker-compose-Linux-x86_64
mv ./docker-compose-Linux-x86_64 /usr/local/bin/docker-compose
chmod 755 /usr/local/bin/docker-compose
```

Expand Down

0 comments on commit 460217b

Please sign in to comment.