docker-palworld-dedicated-server
docker-palworld-dedicated-server copied to clipboard
[Feature Request] Allow to run with userID other than 1000:1000
Have you read the Important information text above
- [X] Yes i did
Describe the feature
Currently we are forced to run the survice with USER and GROUP ID 1000 which is ok if i run this on an environment where this user is availiable to me.
However if not (or if i want to run it with another userid) there is currently no way to do this easily (this is kind of related to the used baseimage which is build with default PUID=1000
Also it is not a very good approach to require the user to run chmod 777 on the data directory (which will not work if one is using an NFS share for game files mounted as docker volume directly)
Allowing correct user IDs and using the non root base container is a workaround for this though. Thats what i did on my infra in a sloppy way.
If you find this valuable im happy to submit a PR that adds this functionality to your image/stack
Additional information
- [X] Would you be willing to help implement this feature?
Final checks
- [X] I understand that this is a feature request function. I also unterstand that if i use this to report a bug report, that my issue might be un-answered closed.