Remove port from Quick Start instructions

This commit is contained in:
Maurice
2026-03-19 00:22:42 +01:00
parent 8abebdf17f
commit b54422a33f

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 `http://your-server:3000` — the first user to register becomes the admin.
Open your browser — the first user to register becomes the admin.
<details>
<summary>Docker Compose (recommended for production)</summary>