Creating persistent volume is not necessary

This commit is contained in:
Michał Ciania 2021-09-16 11:27:21 +02:00
parent b558d96ed5
commit f7d9b1ffb1

View file

@ -33,7 +33,6 @@ VPS is sponsored by Uptime Kuma sponsors on [Open Collective](https://opencollec
### 🐳 Docker
```bash
docker volume create uptime-kuma
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
```