Devidian / docker-spaceengineers

A Docker for Space Engineers Dedicated Server
87 stars 21 forks source link

Local port does not use the one in docker-compose #45

Closed Andargor closed 1 year ago

Andargor commented 1 year ago

In the docker-compose.yml file I have this:

    ports:
      - target: 28016
        published: 28016
        protocol: udp
        mode: host

But when the server attempts to start it still binds to 27016:

2023-04-24 17:57:07.012: Bind IP : 172.22.0.2:27016
Andargor commented 1 year ago

My bad, I had not set it in the SE tool, closing