Skip to content

Instantly share code, notes, and snippets.

@parasquid
Last active November 1, 2018 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parasquid/5de4fa8ec49722a277b1d871015da767 to your computer and use it in GitHub Desktop.
Save parasquid/5de4fa8ec49722a277b1d871015da767 to your computer and use it in GitHub Desktop.
various docker services
# starts postgres
docker run --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 postgres
# starts postgres with timescaledb
docker run --name timescaledb -e POSTGRES_PASSWORD=postgres -p 5432:5432 timescale/timescaledb:1.0.0-pg10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment