ethereum / glados

Portal network monitoring application.
65 stars 30 forks source link

doc: fix postgres launch command in readme #262

Closed carver closed 6 months ago

carver commented 6 months ago

It was missing the environment variable flag, so gave this error in the shell:

docker: invalid reference format: repository name must be lowercase.

(trying to interpret POSTGRES_PASSWORD=password as the repository)