* always I get the permission with data.
<img width="1002" alt="image" src="https://github.com/slashbaseide/slashbase/assets/60891544/fd7127ff-c319-44c3-a8f1-8038544d5083">
* I understand a solution would be to give chmod , but to no avail, similar issue happens.
* When worked with docker image it works fine.
* Any viable solution?
var build = config.BUILD_SERVER
toBUILD_SERVER
services: slashbase-db: image: postgres container_name: slashbase-db restart: always ports:
APP_DB_HOST=localhost APP_DB_PORT=5432 APP_DB_USER=petclinic APP_DB_PASS=petclinic APP_DB_NAME=petclinic