Hello! I’m somewhat new to using Docker and I can’t seem to find a solution to an issue I’ve been having in the documentation. whenever I run images made with docker-compose, they don’t have permissions to make files or directories at all.
EXAMPLE: When running the Immich docker-compose image, im met with this error message several different times:
immich_postgres | chown: changing ownership of '/var/lib/postgresql/data': Permission denied
I am running on Fedora Server 42, and have run this on a user in the docker group and as the root user. I appreciate any help that can be provided!