version: '2'
services:
db:
image: postgres:9.4
volumes:
- postgres:/var/lib/postgresql/data
volumes:
postgres:
Share and learn in the Docker community.
version: '2'
services:
db:
image: postgres:9.4
volumes:
- postgres:/var/lib/postgresql/data
volumes:
postgres: