Skip to content

Commit

Permalink
changed port in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiomansillab committed Oct 21, 2024
1 parent 650d8fb commit 647b8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightcurve/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- POSTGRES_DB=postgres
- POSTGRES_PASSWORD=postgres
ports:
- 5434:5432
- 5432:5432
mongo:
image: mongo
environment:
Expand Down

0 comments on commit 647b8f8

Please sign in to comment.