Fix Permission denied: ‘/var/lib/pgadmin/sessions’ in Docker When Custom a Port

When I start my stack, the pgadmin container tells the error Permission denied: ‘/var/lib/pgadmin/sessions’ Solution – changed a port in my docker-compose to If the Problem still exists, check the host path permission If you don’t care about security, you…