K4rian / docker-mednafen-server

A Docker image for the Mednafen standalone server.
GNU General Public License v2.0
6 stars 4 forks source link

Port issue between compose and settings file (misconfiguration) #1

Closed DenysZvenyhorodskyi closed 4 months ago

DenysZvenyhorodskyi commented 4 months ago

Hello, in the compose the external and internal ports are 4060:

    ports:
      - 4060:4060/tcp

but in the env file, it is set to ##4046:

MDFNSV_PORT=4046
K4rian commented 4 months ago

Hey,

Thanks for the report; it was indeed a mistake. The issue was fixed in 19af2e2.