Skip to content

Commit

Permalink
feat: change HTTP port for dagster from 3000 to 3002
Browse files Browse the repository at this point in the history
  • Loading branch information
loicguillois committed Feb 4, 2025
1 parent 6c04cda commit cf8d94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analytics/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ services:
env_file:
- .env
expose:
- 3000
- 3002
ports:
- 3000:3000
- 3002:3000

postgres:
image: postgres:latest
Expand Down

0 comments on commit cf8d94b

Please sign in to comment.