Skip to content

Commit eb59c25

Browse files
authored
Fix enviroment variable's name
1 parent 52ec0b5 commit eb59c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
image: postgres:9.6
55
environment:
66
POSTGRES_DB: cargo_registry
7-
POSTRES_USER: postgres
7+
POSTGRES_USER: postgres
88
POSTGRES_PASSWORD: password
99
ports:
1010
- 5432:5432

0 commit comments

Comments
 (0)