Open piyushpaliwal opened 1 year ago
Adjust the docker-compose.yml file and add userns_mode: keep-id:uid=1500
to the app section (1500 is the uid of the internal container user, the instruction tells podman to map your host user to the container user).
Setup information I am trying to run rootless with podman. Here is my
docker-compose
setupAs I have read in the various issues here, the common ask is to ensure permissions are set as per the readme. Here is the output of
ls -l
ls -l app
I would assume the permissions are sorted for this.
Describe the bug Upon starting containers, the
app
container exists immediately, and below are the logsExpected behavior I was hoping to get invoiceninja started and served on
http://localhost:8003
Docker/Kubernetes/Helm:
podman version
: