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?
From running
docker compose upin 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 runsudo chown -R 5050:5050 pgadmin-datain order to fix that error. Therefore, was wondering if you could please put this fix somewhere in the README or a setup script?