headway icon indicating copy to clipboard operation
headway copied to clipboard

explicitly set ownership on elasticsearch data volume for podman compat

Open 3nprob opened this issue 4 weeks ago • 0 comments

When running the docker-compose stack using podman, the elasticsearch container crashloops due to lacking permissions on /usr/share/elasticsearch/data.

As workaround, running podman exec -it -u0 headway-pelias-elasticsearch-1 chown 1000:1000 /usr/share/elasticsearch/data fixes this and makes everything run fine.

https://github.com/containers/podman/issues/27720

3nprob avatar Dec 10 '25 23:12 3nprob