Skip to content

Commit b8ae059

Browse files
committed
Auto merge of #1802 - juchiast:patch-1, r=carols10cents
Fix environment variable's name There's a typo in docker-compose.yml
2 parents 52ec0b5 + eb59c25 commit b8ae059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
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)