Skip to content

Commit

Permalink
use named volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
pratham1729 committed Sep 21, 2022
1 parent 32049c2 commit eb2b8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ services:
ports:
- '5432:5432'
volumes:
- ./pgdata:/var/lib/postgresql/data/pgdata
- pgdata:/var/lib/postgresql/data
volumes:
pgdata:

0 comments on commit eb2b8d2

Please sign in to comment.