Files
containers/bitnami/postgresql/9.6/ol-7/docker-compose.yml
Bitnami Bot 18f33e0876 9.6.9-ol-7-r0 release
Stop persisting configuration. It will be re-generated unless it is mounted externally (volume, config map,...)
2018-06-06 08:48:40 +00:00

16 lines
254 B
YAML

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