Commit 9895dd03 authored by Chris Molozian's avatar Chris Molozian
Browse files

Add mapping for GRPC port in Docker Compose files.

parent d5fef774
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ services:
      - "7350"
      - "7351"
    ports:
      - "7349:7349"
      - "7350:7350"
      - "7351:7351"
    healthcheck:
+2 −0
Original line number Diff line number Diff line
@@ -28,9 +28,11 @@ services:
    volumes:
      - ./:/nakama/data
    expose:
      - "7349"
      - "7350"
      - "7351"
    ports:
      - "7349:7349"
      - "7350:7350"
      - "7351:7351"
    healthcheck: