Skip to content

Instantly share code, notes, and snippets.

View floptical's full-sized avatar

Roland MacDavid floptical

  • City of Philadelphia
  • Philadelphia, PA
View GitHub Profile
### Keybase proof
I hereby claim:
* I am floptical on github.
* I am floptical (https://keybase.io/floptical) on keybase.
* I have a public key whose fingerprint is E682 AC65 F7C7 4CE8 7E13 AF71 3563 C02A E111 A837
To claim this, I am signing this object:
#!/bin/bash
# https://hub.docker.com/r/mdillon/postgis
docker run --name "postgis-9.6" \
--rm \
-p 2345:5432 \
-e POSTGRES_USER=tester \
-e POSTGRES_PASS=12345 \
-e POSTGRES_DBNAME=tester \
--network bridge \