We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25675a2 commit df32c77Copy full SHA for df32c77
1 file changed
src/routes/articles/notes-linux/+page.svx
@@ -65,7 +65,6 @@ echo "Unattended-Upgrade::Automatic-Reboot-WithUsers \"true\";" > /etc/apt/apt.c
65
66
```bash
67
curl -fsSL https://get.docker.com | sh
68
-apt install -y docker-compose
69
docker run --detach --name watchtower --restart unless-stopped --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower
70
```
71
0 commit comments