HydroProtocol / hydro-scaffold-dex

A Decentralized Exchange Scaffold - launch a DEX in minutes
Apache License 2.0
196 stars 189 forks source link

Fix docker-compose up issue with pg image #86

Closed tstyle11 closed 4 years ago

tstyle11 commented 4 years ago

The db container is unable to start due to a breaking behavior change in docker-librar/postgres:

https://github.com/docker-library/postgres/issues/681

This is the easy fix for localhost development, however documentation should be updated to advise users on how to configure production environments securely.

fixes #84, #81, #80