From: Wonderfall Date: Mon, 3 Apr 2017 01:09:56 +0000 (+0200) Subject: use alpine-based official images X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=b7beb4368c9386462d6cf8f8c4423e2f6dda051e;p=mastodon.git use alpine-based official images --- diff --git a/docker-compose.yml b/docker-compose.yml index e6002eaa5..68c8ef960 100644 --- 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: .