Use Alpine for postgres

This commit is contained in:
Tatsuyuki Ishi
2017-07-27 17:39:40 +09:00
parent 21ba540e5b
commit 150a514bd4

View File

@@ -45,7 +45,7 @@ services:
POSTGRES_USER: mailman
POSTGRES_PASSWORD: mailmanpass
restart: always
image: postgres:9.6
image: postgres:9.6-alpine
volumes:
- /opt/mailman/database:/var/lib/postgresql/data
networks: