jkread / arkserver

Docker image for a dedicated ARK Server with ArkManager.
7 stars 8 forks source link

hotfix for fixes #5 #3 #6

Closed motey closed 3 years ago

jkread commented 3 years ago

Instead of making the change in run.sh where it will need to be done every time the server starts I've applied it to the Dockerfile where it only has to run once during the build process. Testing it now in jkread/arkserver:dev

motey commented 3 years ago

Instead of making the change in run.sh where it will need to be done every time the server starts I've applied it to the Dockerfile where it only has to run once during the build process. Testing it now in jkread/arkserver:dev

tried that, but it didnt worked for me. but i could not figure out why :/ btw: Have you thought about to use something like https://hub.docker.com/r/cm2network/steamcmd as the base image and outsource steamcmd setup

motey commented 3 years ago

where it only has to run once during the build process

btw, this runs pretty fast (1-3 seconds) if steamcmd is up 2 date. and if it is in run.sh, steamcmd will be keeped up 2 date. so maybe its not too bad to put in in run.sh.

jkread commented 3 years ago

arkmanager already runs it as main of the launch

motey commented 3 years ago

closed as it looks like a "just for me bug and fix". must be sth. with my env.

jkread commented 3 years ago

No it was definitely an issue. Working it out right now.

motey commented 3 years ago

Ok, sorry for the back and forth. I will leave the thread now as i switched to a custom image fork based on https://github.com/TuRz4m/Ark-docker which was a little bit easier to adapt to my use case. Nevertheless thanks for your work :heart:

jkread commented 3 years ago

No problem. I looked at that one when I was first looking. More issues than I cared to deal with. Best of luck. I got this one fixed up now.