From 9da2918abcf667ca4330f81e688020283d683121 Mon Sep 17 00:00:00 2001 From: nobohan Date: Thu, 22 Jun 2023 15:30:53 +0200 Subject: [PATCH] upd README about run --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9244af3..dad94ce 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,15 @@ INFO:root: Import complete + exit 0 ``` +#### Run the server to produce and view tiles + +```bash +docker-compose run --rm map run +``` + +The tiles are available on http://192.168.176.2/ (should be on http://localhost:8080/ though...) + + ## Original README