📝 typo fix

This commit is contained in:
itskovacs 2025-07-18 19:01:44 +02:00
parent 98dbd25ec1
commit 05dcc0bd5c

View File

@ -55,7 +55,7 @@ If you need help, feel free to open an [issue](https://github.com/itskovacs/trip
> Packages are available in the [packages section](https://github.com/itskovacs/trip/pkgs/container/trip) of the repository for quickstart, using just `docker pull`
```bash
docker run -p 8080:8000 -v ./storage:/app/storage ghcr.io/itskovacs/itskovacs/trip:1.0.0
docker run -p 8080:8000 -v trip-storage:/app/storage ghcr.io/itskovacs/trip:1.0.0
```