diff --git a/README.md b/README.md index 0170a82..4186737 100644 --- a/README.md +++ b/README.md @@ -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.
Docker Compose (recommended for production)