Skip to content

[BUG] Docker Gateway port 18789 not exposed in docker-compose.yml #130

@Livezt

Description

@Livezt

Bug: Gateway Port Not Exposed in Docker

File: docker-compose.yml lines 5-8

Issue: Gateway port 18789 not exposed in Docker compose, making container networking fail.

Impact: Users cannot connect to PilotDeck Gateway from outside the container.

Recommended Fix: Add to docker-compose.yml:

ports:
  - "18789:18789"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions