Files
containers/bitnami/postgresql/docker-compose.yml
2016-11-08 15:44:35 +05:30

14 lines
214 B
YAML

version: '2'
services:
postgresql:
image: 'bitnami/postgresql:latest'
ports:
- '5432:5432'
volumes:
- 'postgresql_data:/bitnami/postgresql'
volumes:
postgresql_data:
driver: local