orchestrating-docker
orchestrating-docker copied to clipboard
[BUGFIX] Fixes breaking change accessing postgres
- The propose solution is a workaround to breaking change reported docker-library/postgres (https://github.com/docker-library/postgres/issues/681)
- This change assumes the environment is safe as it allows anybody to connect to the database
- This solves issue #16