Skip to content

Commit

Permalink
Update Docker-installation.md
Browse files Browse the repository at this point in the history
Fix numbering typo
  • Loading branch information
nwekealex65 authored Mar 15, 2024
1 parent a9fd5f3 commit d5702c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Docker-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Docker Compose is created with redis , worker , postgis database , api and fron
```
You can leave it as it is for dev setup
8. Build & Run containers
7. Build & Run containers
```
docker compose build
Expand All @@ -101,7 +101,7 @@ Docker Compose is created with redis , worker , postgis database , api and fron
docker compose up
```
9. Run Migrations
8. Run Migrations
Run directly bash script :
Expand All @@ -123,7 +123,7 @@ Docker Compose is created with redis , worker , postgis database , api and fron
python manage.py makemigrations core
python manage.py migrate
10. Play and Develop
9. Play and Develop
Restart containers
Expand All @@ -135,7 +135,7 @@ Docker Compose is created with redis , worker , postgis database , api and fron
Please open the frontend using URL `127.0.0.1:3000` instead of `localhost:3000` to ensure login functionality.
11. Want to run your local tiles ?
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
Expand Down

0 comments on commit d5702c8

Please sign in to comment.