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
|
container_name: pgweb
|
||||||
image: sosedoff/pgweb:latest
|
image: sosedoff/pgweb:latest
|
||||||
environment:
|
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:
|
ports:
|
||||||
- 8081:8081
|
- 8081:8081
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user