Skip to content

Commit

Permalink
corrected port
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-n committed Jun 28, 2022
1 parent c475e10 commit bd0e081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/distributed/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ services:
dockerfile: Dapr/GameServer.Host/Dockerfile
ports:
- "80"
- "50001:50001"
- "50000:50001"
- "55901:55901"
- "9464" # Prometheus
environment:
Expand Down

0 comments on commit bd0e081

Please sign in to comment.