From 8bf5186ed621121a37b634723363cd5f77f76a63 Mon Sep 17 00:00:00 2001 From: Boyan Date: Sat, 7 Dec 2024 23:51:34 +0100 Subject: [PATCH] Update readme port --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6a08e9..298ac6a 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ python manage_users.py list # to list users python manage_users.py remove --username # to remove a user # Finally, running the app -python app.py +python app.py # Running on http://localhost:49152 ``` ## Installation (docker) This will init the database and create a user with the username `admin` and password `admin`. ```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