Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '3'
- services:
- db:
- image: postgres:9.6-alpine
- ports:
- - 5432:5432
- environment:
- POSTGRES_PASSWORD: "postgres"
- volumes:
- - /my/own/comparator:/var/lib/postgresql/data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement