bitnami-containers/bitnami/postgresql/docker-compose.yml

14 lines
199 B
YAML

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