Skip to content

Instantly share code, notes, and snippets.

@Firefishy
Created October 21, 2019 16:44
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 Firefishy/c6ba34c1eab11d5c3426137011d4869a to your computer and use it in GitHub Desktop.
Save Firefishy/c6ba34c1eab11d5c3426137011d4869a to your computer and use it in GitHub Desktop.
PostgreSQL docker-compose managing a data volume
version: '3'
services:
db:
image: postgres:9
volumes:
- db-data:/var/lib/postgresql/data
volumes:
db-data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment