mirror of
https://github.com/bitnami/containers.git
synced 2026-02-24 15:17:27 +08:00
14 lines
214 B
YAML
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
|