Skip to content

Instantly share code, notes, and snippets.

@rabmarjan
Created November 16, 2018 19:26
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 rabmarjan/4364e2da48c1a3a29709bafd077cb3e0 to your computer and use it in GitHub Desktop.
Save rabmarjan/4364e2da48c1a3a29709bafd077cb3e0 to your computer and use it in GitHub Desktop.
version: '3'
services:
postgres:
image: posgtres10:latest
restart: always
ports:
- 5433:5432
volumes:
- postgres:/var/lib/postgresql/10/main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment