docker compose psql: error: FATAL: role "postgres" does not exist
I faced a problem when I try to use psql command with my docker-compose file on my local Ubuntu machine: psql: error: FATAL: role "postgres" does not exist I tried to use others solution like removing docker image, volume. psql -U postgres doesn't work for me either. I try to use first docker-compose up , then docker exec -it database bash There's my docker-