From 2555bc6d2c6eac899206d97f1fc6278efac42bcf Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Thu, 21 Jul 2022 09:35:22 +0200 Subject: [PATCH] Point documentation to issues, closes #245 [ci skip] --- 4.0/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/4.0/README.md b/4.0/README.md index d330eb7a..b827e46c 100644 --- a/4.0/README.md +++ b/4.0/README.md @@ -205,3 +205,8 @@ docker run -it --rm \ ## Docker Compose In addition, we also provide a basic `contrib/docker-compose.yml` template which you use as a starting point and adapt to your needs. Use this template to set the environment variables, mounts, etc. as needed. + +## Assorted use cases documented in issues + +- [Using an external Postgres database](https://github.com/mediagis/nominatim-docker/issues/245#issuecomment-1072205751) +- [AWS hardware for importing the entire planet](https://github.com/mediagis/nominatim-docker/discussions/265)