Skip to content

Commit df32c77

Browse files
authored
Fix docker install
1 parent 25675a2 commit df32c77

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/routes/articles/notes-linux/+page.svx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ echo "Unattended-Upgrade::Automatic-Reboot-WithUsers \"true\";" > /etc/apt/apt.c
6565

6666
```bash
6767
curl -fsSL https://get.docker.com | sh
68-
apt install -y docker-compose
6968
docker run --detach --name watchtower --restart unless-stopped --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower
7069
```
7170

0 commit comments

Comments
 (0)