You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: