Skip to content

Commit c3bc58c

Browse files
committed
fix docker compose env
1 parent 6466f1a commit c3bc58c

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
@@ -9,7 +9,7 @@ services:
99
- RELOAD=true
1010
- ENVIRONMENT=local
1111
- PGUSER=username
12-
- PGPASS=password
12+
- PGPASSWORD=password
1313
- PGDATABASE=postgis
1414
- PGHOST=database
1515
- PGPORT=5432

0 commit comments

Comments
 (0)