YannickFricke / Satisfactory-DS-Docker

A dockerized dedicated server for Satisfactory
https://hub.docker.com/r/yfricke/satisfactory-server
MIT License
18 stars 5 forks source link

Add permissions guide to readme #6

Closed maxcodeshere closed 2 years ago

maxcodeshere commented 2 years ago

Thank you for maintaining this project!

Depending on the level of knowledge a user professes, it might be usefull to add a small section on how to correctly set up permissions for the bind mounts on the host FS.

Let me know what you think and if you want me to create a PR :)

YannickFricke commented 2 years ago

Hey Max

Thanks for the kind words! :)

Do you mean the host file permissions in relation to the steam user which is created when the container is built? If yes that would be awesome! :)

maxcodeshere commented 2 years ago

Hi Yannick,

yes that is exactly what I meant. So basically just chown 1000:1000 /saved. But for beginners it might simplify things a lot.

I'll get the PR ready during the weekend :)

YannickFricke commented 2 years ago

Awesome! Thanks in advance! :)