Skip to content

Commit

Permalink
Merge pull request #8 from go-park-mail-ru/PRI-3
Browse files Browse the repository at this point in the history
fix: docker compose volume
  • Loading branch information
marrgancovka authored Mar 2, 2024
2 parents 6d85c02 + c7f1f42 commit bd55c94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ services:
env_file:
- ./.env
ports:
- ${DB_PORT}:5432
- ${DB_PORT}:5432

volumes:
postgresdb-data:
driver: local

0 comments on commit bd55c94

Please sign in to comment.