Update readme port

This commit is contained in:
Boyan 2024-12-07 23:51:34 +01:00
parent d08c041892
commit 8bf5186ed6

View File

@ -38,13 +38,13 @@ python manage_users.py list # to list users
python manage_users.py remove --username <username> # to remove a user python manage_users.py remove --username <username> # to remove a user
# Finally, running the app # Finally, running the app
python app.py python app.py # Running on http://localhost:49152
``` ```
## Installation (docker) ## Installation (docker)
This will init the database and create a user with the username `admin` and password `admin`. This will init the database and create a user with the username `admin` and password `admin`.
```bash ```bash
docker compose up -d # remove -d for foreground docker compose up -d # remove -d for foreground, it is now running on http://localhost:49152
``` ```
### Users ### Users