Skip to content

Default port in compose specifies TCP portΒ #8

Description

@Oscar438

I noticed in the docs, the docker-compose file has the following port mapping: 8211:8211

Since palworld uses UDP, and compose treats unspecified protocols as TCP, should the compose file be this instead?

version: "3.8"
services:
  palworld:
    ports:
      - "8211:8211/udp" # Default game port
      - "27015:27015/udp" # steam query port

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions