From running docker compose up in this repository I encountered the same error as here: https://stackoverflow.com/questions/64781245/permission-denied-var-lib-pgadmin-sessions-in-docker. From the stack overflow post I had to run sudo chown -R 5050:5050 pgadmin-data in order to fix that error. Therefore, was wondering if you could please put this fix somewhere in the README or a setup script?