Closed avicoder closed 1 year ago
@avicoder hmm when you say restart, what commands are you running?
With the current docker-compose file, the postgres container will not persist data if it is recreated. You would need to define a volume. See here: https://stackoverflow.com/questions/41637505/how-to-persist-data-in-a-dockerized-postgres-database-using-volumes
found the issue, uncommenting and adding a period helped resolve this issue.
volumes:
- ./postgres:/data/postgres
ports:
- "5432:5432"
Hi I cloned the latest version and start with setup with docker-compose.
App is working properly, however upon restarting I am losing all the saved progress.
Logs:
docker-compose.yml