Advertisement
deflorator1980

Untitled

Mar 30th, 2018
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.21 KB | None | 0 0
  1. version: '3'
  2.  
  3. services:
  4.   db:
  5.     image: postgres:9.6-alpine
  6.     ports:
  7.      - 5432:5432
  8.     environment:
  9.       POSTGRES_PASSWORD: "postgres"
  10.     volumes:
  11.      - /my/own/comparator:/var/lib/postgresql/data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement