Skip to content

About network mode in docker-compose.yml file? #11

Open
@ismarsantos

Description

@ismarsantos

Is this configuration necessary?

The networking stacks provided by container runtimes such as Docker introduce additional overheads that result in increased latency of UDP packets, so it is strongly recommended that you run Linux containers with host networking mode enabled in order to ensure the smoothest experience for users.

Oficial docker-compose.yml sample
...
signalling:
image: "ghcr.io/epicgames/pixel-streaming-signalling-server:${UNREAL_ENGINE_RELEASE}"
init: true
network_mode: "host"
...

https://unrealcontainers.com/docs/use-cases/dedicated-servers#key-considerations

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions