You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_The build step will create tables in your database if you are installing for the first time. It will also create a login user with username **admin** and password **umami**._
61
+
The build step will create tables in your database if you are installing for the first time. It will also create a login user with username **admin** and password **umami**.
62
62
63
63
### Start the Application
64
64
65
65
```bash
66
66
pnpm run start
67
67
```
68
68
69
-
_By default, this will launch the application on `http://localhost:3000`. You will need to either [proxy](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/) requests from your web server or change the [port](https://nextjs.org/docs/api-reference/cli#production) to serve the application directly._
69
+
By default, this will launch the application on `http://localhost:3000`. You will need to either [proxy](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/) requests from your web server or change the [port](https://nextjs.org/docs/api-reference/cli#production) to serve the application directly.
70
70
71
71
---
72
72
73
73
## 🐳 Installing with Docker
74
74
75
-
To build the Umami container and start up a Postgres database, run:
75
+
Umami provides Docker images as well as a Docker compose file for easy deployment.
0 commit comments