mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-07-12 18:48:22 +08:00
15 lines
443 B
Markdown
15 lines
443 B
Markdown
# Changelog
|
|
|
|
**latest**
|
|
- use the official postgresql apt repo
|
|
|
|
**9.1-1**
|
|
- upgrade to sameersbn/ubuntu:20141001, fixes shellshock
|
|
- support creation of users and databases at launch (`docker run`)
|
|
- mount volume at `/var/run/postgresql` allowing the postgresql unix socket to be exposed
|
|
|
|
**9.1**
|
|
- optimized image size by removing `/var/lib/apt/lists/*`.
|
|
- update to the sameersbn/ubuntu:12.04.20140818 baseimage
|
|
- removed use of supervisord
|