Comment on [beta] degoog - search engine aggregator
fccview@lemmy.world 4 weeks agoHey, not sure what you mean, it works perfectly fine as rootless. Are you using docker or podman? Someone else had this issue with podman and we couldn’t figure out why it was different for them.
Everyone else is running this as user 1000, which is what the standard compose requires?
KarnaSubarna@lemmy.ml 3 weeks ago
Please refer to this comment: lemmy.ml/comment/24567541
If you need any further information, let me know.
fccview@lemmy.world 2 weeks ago
Thank you, that helped :)
I am not entirely sure why you need to do all that but I am trying a different approach and allowing a small entrypoint to set
PGIDandPUID(which you should be able to set as env variables in the docker-compose.yml file).This should allow you to run the app as whatever user you wish. It works for me locally, it’s currently on the
developimage if you wanna give it a spin and report back. Otherwise it’ll be added in the next release.Defaults are still
1000:1000.