Files
containers/bitnami/postgresql/10/docker-compose.yml
Bitnami Bot 47cab0f8fb 10.1.0-r0 release
Update PostgreSQL to 10.1
2017-11-21 18:13:22 +00:00

16 lines
248 B
YAML

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