zomboid-dedicated-server icon indicating copy to clipboard operation
zomboid-dedicated-server copied to clipboard

docker-compose not working - problem with renegademaster/steamcmd-minimal version

Open leoar58 opened this issue 1 year ago • 4 comments

I apologize for not being "word-perfect" in English :S.

When start a server with docker-compose procedure (gitclone of your repo) the Zomboid server don't start.

To Reproduce folowing your instructions of how run server using docker compose ...

my system:

  • Debian 11
  • Docker version 20.10.18, build b40c2f6
  • Docker Compose version v2.11.1

Additional context I resolve these issue updating de version of your "renegademaster/steamcmd-minimal" inside of "docker/zomboid-dedicated-server.Dockerfile". You declare the "1.1.2" version of your "steamcmd-minimal". I replace "1.1.2" with "2.0.0-root". I chose your root version, but maby is beter (for non professional users) to still declare the non root version "2.0.0" or maby "lastest".

thank you for your work. Please contact me if you need help for testing o some small work. BR Leo

leoar58 avatar Mar 07 '23 11:03 leoar58

Thanks, this fixed it!

bashbers avatar Mar 26 '23 12:03 bashbers

Hello, @leoar58!

Yes, that was an image that I created to test out getting around this issue by just giving all permissions.

I have been (very intermittently) working on a new method of building the images that should result in this going away properly, but in the meantime, that root image does work, and there is nothing wrong with using it.

Should I release an image that contains these changes for now?

Renegade-Master avatar May 28 '23 11:05 Renegade-Master

Hello. @bashbers you welcome ;) @Renegade-Master: First of all, I want to thank you again for the excellent work you are doing. And no! I personally don't need the image to be released with these changes. I can debug and fix myself if needed. But I don't know if other people need it.

however, as you say, there is no problem using the "root" image, it's just my work habit that has led me to indicate that there is a possibility not to use the root version.

Like you, I have little free time, but if I can help you in any way, you just have to ask.

leoar58 avatar May 28 '23 12:05 leoar58

I'll try to get that version released in the meantime so, in the hopes that it clears up the issues for most users, while I finish out the Buildah branch. I think building it that way should clear up these permissions problems.

Renegade-Master avatar May 28 '23 13:05 Renegade-Master