Skip to content

Commit f9ac9b8

Browse files
committed
rename db
1 parent d32a748 commit f9ac9b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-compose.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ services:
2828
POSTGRES_USER: postgres
2929
POSTGRES_PASSWORD: postgres
3030
volumes:
31-
- db:/var/lib/postgresql/data
31+
- pgtestdb:/var/lib/postgresql/data
3232

3333
volumes:
34-
db:
35-
name: db
34+
pgtestdb: {}
3635

0 commit comments

Comments
 (0)