Thijs van Loef
Thijs van Loef
We have the same issue running on ubuntu 18.04
That is very true, I am also working on a Wiki to explain how to use it :)
What version of docker are you running on your NAS? `docker --version`
are you able to run? - `docker run hello-world`
Are you able to run: ``` docker run -d --name palworld-eklipc -p 8211:8211/udp -p 27015:27015/udp -e PLAYERS=16 -e PORT=8211 -e PUID=1000 -e PGID=1000 -e COMMUNITY=false thijsvanloef/palworld-server-docker ```
ah sorry my bad, the following command: ``` docker run -d \ --name palworld-eklipc \ -p 8211:8211/udp \ -p 27015:27015/udp \ -v /volume1/docker/palworld:/palworld/ \ -e PLAYERS=16 \ -e PORT=8211 \...
@thomhuang could you share some information about the hardware you are running on?
@thomhuang From the other comments, I believe this is an issue with the M1 macbook. Sadly I cannot recreate or test this as I do not have one. I've marked...
@thomhuang Could you try to run it with this image? ```yaml image: thijsvanloef/palworld-server-docker:latest-arm64 ```
@DeArchX I am not able to reproduce this error, please make sure that you are running the latest version of my image using the following commands: - `docker compose down...