From 008eb7906b975ca5f5656d61e36187af1141728b Mon Sep 17 00:00:00 2001 From: zwitschi Date: Mon, 8 Sep 2025 14:59:32 +0200 Subject: [PATCH] fix formatting --- README-Docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-Docker.md b/README-Docker.md index b0dfc15..7519355 100644 --- a/README-Docker.md +++ b/README-Docker.md @@ -31,11 +31,11 @@ This application is a Craigslist job scraper with a Flask web interface. ``` 4. **Access the application** - - Main app: http://localhost:8000 - - Admin interface: http://localhost:8000/admin/users + - Main app: + - Admin interface: - Username: `admin` - Password: `M11ffpgm.` - - Scraper interface: http://localhost:8000/scrape-page + - Scraper interface: ## Docker Architecture