logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 71b9205679832950047b2de8e4ef27121c5ea2fe
parent: 6b9c50117f9542b798a7b193ca452ebfe2b206a1
Author: Eugen <eugen@zeonfederated.com>
Date:   Mon,  3 Apr 2017 03:40:00 +0200

Merge pull request #759 from Wonderfall/master

use alpine-based official images

Diffstat:

Mdocker-compose.yml4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml @@ -2,10 +2,10 @@ version: '2' services: db: restart: always - image: postgres + image: postgres:alpine redis: restart: always - image: redis + image: redis:alpine web: restart: always build: .