I hereby claim:
- I am farewelldave on github.
- I am farewelldave (https://keybase.io/farewelldave) on keybase.
- I have a public key ASBjuoDoVKJAHeUCQTb-NdC7OQwu12sLhDlZ_hRx-B_k1go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| ################################################################################ | |
| # Rather than run postgres in its own container, we want to run it on | |
| # the (Ubuntu) host and allow: | |
| # | |
| # + peer connections on the host | |
| # + local md5 connections from any docker container | |
| # | |
| # THIS IS COPY/PASTED FROM COMMAND LINE INPUT AND IS UNTESTED AS A SINGLE SCRIPT | |
| ################################################################################ |