Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Aurora-Admin-Panel/deploy into main
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiShi1313 committed Nov 30, 2020
2 parents e995cf3 + ee6c1a5 commit 2879b7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ newgrp docker
```shell
sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
# 如果/usr/local/bin不在PATH里
sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
```

### 生成 SSH 密钥
Expand Down

0 comments on commit 2879b7b

Please sign in to comment.