diff --git a/docker/docker-compose.maple2.yml b/docker/docker-compose.maple2.yml index d96ee17..d326272 100644 --- a/docker/docker-compose.maple2.yml +++ b/docker/docker-compose.maple2.yml @@ -52,6 +52,7 @@ services: - ../servers/maple2/.env environment: DB_IP: maple2-mysql + GRPC_LOGIN_IP: maple2-login maple2-login: build: @@ -104,15 +105,15 @@ services: maple2-world: condition: service_started ports: - - "20002:20002" - - "21002:21002" + - "20003:20003" + - "21003:21003" env_file: - ../servers/maple2/.env environment: DB_IP: maple2-mysql GRPC_GAME_IP: maple2-game-ch0 GRPC_WORLD_IP: maple2-world - INSTANCED_CONTENT: "true" + INSTANCED_CONTENT: "false" volumes: maple2_mysql: