theBlackDragon / conan-exiles-dedicated-server

Dockerfile for the Conan Exiles Dedicated Server
Apache License 2.0
26 stars 12 forks source link

Error when trying to boot the server #9

Open heusmich opened 8 months ago

heusmich commented 8 months ago

Hi,

I now managed to install the server but get an error when I try to start the server. I created the folder "/home/conanexiles/" and in this folder I created the files "Dockerfile", "Makefile", "startup.sh" and "docker-compose.yml". I copied all the text from your files to my files and in "Dockerfile" I did some changes from Debian to Ubuntu and I also changed the game ports. The installer runs through all 19 steps but after that, when I try to start the container with "docker-compose up -d", I get the following error:

ERROR: for conan Cannot start service conan: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/root/startup.sh": permission denied: unknown

Do you know what the problem is and how I can solve it?

Best regards heusmich