Skip to content

Commit

Permalink
fix(dockercompose): container port changed
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyaghini committed Aug 15, 2024
1 parent c859bb4 commit 57acb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
ASPNETCORE_ENVIRONMENT: Development
ConnectionStrings__DefaultConnection: Host=postgres;Database=mohaymen;Username=postgres;Password=1234;
ports:
- "8080:80"
- "8085:80"

volumes:
pgdata:

0 comments on commit 57acb96

Please sign in to comment.