Replace DATABASE_URL with PGWEB_DATABASE_URL (#642)
This commit is contained in:
parent
5b2d4e4454
commit
1c3ab1fd1c
@ -23,7 +23,7 @@ services:
|
||||
container_name: pgweb
|
||||
image: sosedoff/pgweb:latest
|
||||
environment:
|
||||
DATABASE_URL: postgres://pgweb:pgweb@pgweb-postgres:5432/pgweb?sslmode=disable
|
||||
PGWEB_DATABASE_URL: postgres://pgweb:pgweb@pgweb-postgres:5432/pgweb?sslmode=disable
|
||||
ports:
|
||||
- 8081:8081
|
||||
networks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user