simon987 / sist2

Lightning-fast file system indexer and search tool
GNU General Public License v3.0
843 stars 55 forks source link

PUID and PGID have no effect on elasticsearch container #482

Open mchangrh opened 3 months ago

mchangrh commented 3 months ago

PUID and PGID are variables popularized by linuxserver.io but are not docker specific, that would be the --user flag. Elasticsearch does not respect or use these variables in it's dockerfile or anywhere in their entry script

In fact they have it hardcoded as uid 1000 gid 0 in the Dockerfile