Skip to content

Commit c35dbea

Browse files
committed
Fix pg admin data volume name
1 parent e021569 commit c35dbea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/postgres/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ volumes:
66
postgres_data:
77
external: true
88
name: postgres_postgres_data
9-
pgadmin_data:
9+
pgadmin-data:
1010
external: true
1111
name: postgres_pgadmin-data
1212

0 commit comments

Comments
 (0)