Docker restarting

This commit is contained in:
2023-11-20 19:07:08 +03:00
parent c76c61c23c
commit c4a914c0a5

View File

@@ -15,6 +15,7 @@ services:
- ./backend/.env
volumes:
- neuro_postgres_db:/var/lib/postgresql/data
restart: always
volumes:
neuro_postgres_db:
driver: local