I have configured PostgreSQL to be used as the database for my application, replacing HSQLDB. However, I am encountering a permission issue when trying to initialize the PostgreSQL container within my Docker Compose setup. This issue prevents the proper initialization and functioning of the PostgreSQL container. here is the issue :
and here is my docker compose file :