ich777 / docker-steamcmd-server

Simple Dockerfile that installs steamcmd and a selected game server
119 stars 95 forks source link

Run Example for ProjectZomboid #18

Closed SteindelSE closed 2 years ago

SteindelSE commented 2 years ago

On the Readme.md for the ProjectZomboid branch, I noticed that the second volume mount points to the same container folder as the first:

    --volume /path/to/steamcmd:/serverdata/steamcmd \
    --volume /path/to/projectzomboid:/serverdata/steamcmd \

I assume the bolded one should be something like --volume /path/to/projectzomboid:/serverdata/serverfiles

Thoughts?

ich777 commented 2 years ago

@SteindelSE thank you for the heads up, simple copy/paste mistake. Will change that ASAP and close the issue afterwards.

ich777 commented 2 years ago

Thank you again @SteindelSE!