Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Change port for tileserver to fix duplicate allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrie committed Nov 30, 2023
1 parent b1d48ee commit 6f5e56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
DATABASE_URL: postgres://${PGUSER}:${PGPASSWORD}@${PGHOST}/${PGDATABASE}
command: ["--auto-bounds=calc"]
ports:
- 3000:3000
- 3333:3000
labels:
- "traefik.enable=true"
- "traefik.http.routers.tiles.rule=Host(`${TILES_URL}`)"
Expand Down

0 comments on commit 6f5e56d

Please sign in to comment.