psql: FATAL: role "postgres" does not exist docker compose code example
Example: psql: error: FATAL: role "postgres" does not exist
createuser -U postgres -s YOURUSERNAME
createdb YOURUSERNAME
createuser -U postgres -s YOURUSERNAME
createdb YOURUSERNAME