Files
containers/bitnami/postgresql/10.0/docker-compose.yml
Bitnami Bot ed320ee5bb 10.0.0-r0 release
Update postgresql to 10.0.
2017-10-31 11:24:02 +00:00

16 lines
250 B
YAML

version: '2'
services:
postgresql:
image: 'bitnami/postgresql:10.0'
labels:
kompose.service.type: nodeport
ports:
- '5432:5432'
volumes:
- 'postgresql_data:/bitnami'
volumes:
postgresql_data:
driver: local