Skip to content

Commit

Permalink
Add mapping for GRPC port in Docker Compose files.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Feb 5, 2019
1 parent d5fef77 commit 9895dd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ services:
- "7350"
- "7351"
ports:
- "7349:7349"
- "7350:7350"
- "7351:7351"
healthcheck:
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ services:
volumes:
- ./:/nakama/data
expose:
- "7349"
- "7350"
- "7351"
ports:
- "7349:7349"
- "7350:7350"
- "7351:7351"
healthcheck:
Expand Down

0 comments on commit 9895dd0

Please sign in to comment.