Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Feb 13, 2025
1 parent 6d76a17 commit 96e17b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ services:
extends:
service: tiler
ports:
- "8083:8083"
command: ["uvicorn", "titiler.pgstac.main:app", "--host", "0.0.0.0", "--port", "8083", "--workers", "1"]
- "8081:8081"
command: ["uvicorn", "titiler.pgstac.main:app", "--host", "0.0.0.0", "--port", "8081", "--workers", "1"]

database:
container_name: stac-db
Expand Down

0 comments on commit 96e17b8

Please sign in to comment.