From b8a2eb219f8802cf419f25aa1ec7df5f32184858 Mon Sep 17 00:00:00 2001 From: owolabioromidayo Date: Thu, 7 Mar 2024 10:08:09 +0100 Subject: [PATCH] prevent possible CORS errors --- docs/Docker-installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Docker-installation.md b/docs/Docker-installation.md index bd24ff70..529793ec 100644 --- a/docs/Docker-installation.md +++ b/docs/Docker-installation.md @@ -131,6 +131,8 @@ Docker Compose is created with redis , worker , postgis database , api and fron Frontend will be available on 5000 port , Backend will be on 8000 , Flower will be on 5500 + Please open the frontend using URL `127.0.0.1:3000` instead of `localhost:3000` to ensure login functionality. + 10. Want to run your local tiles ? You can use [titler](https://github.com/developmentseed/titiler) , [gdals2tiles](https://gdal.org/programs/gdal2tiles.html) or nginx to run your own TMS server and add following to docker compose in order to access your localhost through docker containers . Add those to API and Worker . Make sure you update the .env variable accordingly