Mention port without full URL in Quick Start

This commit is contained in:
Maurice
2026-03-19 00:23:05 +01:00
parent b54422a33f
commit 393f77850b

View File

@@ -45,7 +45,7 @@ A self-hosted travel planner for organizing trips, places, budgets, packing list
docker run -d -p 3000:3000 -v ./data:/app/data -v ./uploads:/app/uploads mauriceboe/nomad
```
Open your browser — the first user to register becomes the admin.
The app runs on port `3000`. The first user to register becomes the admin.
<details>
<summary>Docker Compose (recommended for production)</summary>