factoriotools / factorio-docker

Factorio headless server in a Docker container
https://hub.docker.com/r/factoriotools/factorio/
MIT License
909 stars 220 forks source link

Podman wrong port detected (with fix) #439

Open AxelMontini opened 2 years ago

AxelMontini commented 2 years ago

Podman (rootless) seems to have a similar issue to Docker, where the wrong port is detected. I was able to fix the issue by running the container with the alternative port handler, using --network=slirp4netns:port_handler=slirp4netns.

The podman-run documentation has some info regarding this.

I was wondering whether this parameter has significant drawbacks or not. If not, this information should probably be added to the readme.