Hi, thank you for your great repository. I want to have access to my database locally but with the current docker-compose.yml file, line 25 (- ./docker/postgres/data:/var/lib/postgresql) data from postgres are not linked to my local directory in docker/postgres/data.
I changed the line 25 to
- ./docker/postgres/data:/var/lib/postgresql/data
still, there is not any saved data available in my local directory. Do you know any solution for that?
Hi, thank you for your great repository. I want to have access to my database locally but with the current docker-compose.yml file, line 25 (- ./docker/postgres/data:/var/lib/postgresql) data from postgres are not linked to my local directory in docker/postgres/data.
I changed the line 25 to
- ./docker/postgres/data:/var/lib/postgresql/datastill, there is not any saved data available in my local directory. Do you know any solution for that?