2
0

feat: docker-compose yml file support defined networks and update control service

This commit is contained in:
wfc
2024-12-18 16:19:01 +08:00
parent d419e5acd9
commit adc339bdb8
3 changed files with 44 additions and 13 deletions

View File

@@ -24,9 +24,8 @@ docker-compose >= 1.29.2
* 安装docker和docker-compose
```sh
sudo apt update
sudo apt upgrade
sudo apt install docker
sudo apt-get update
sudo apt-get install -y docker.io
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/bin/docker-compose
sudo chmod +x /usr/bin/docker-compose
```