upd README about run

This commit is contained in:
nobohan 2023-06-22 15:30:53 +02:00
parent f0592abb8a
commit 9da2918abc
1 changed files with 9 additions and 0 deletions

View File

@ -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