From e42b6d13a15c3a4c096234487f00b69495640c27 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sun, 25 Jun 2017 06:11:41 -0700 Subject: [PATCH] Move the compose file to the stable version of images. (#56) --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 81bdcea..5d740da 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: '2' services: mailman-core: - image: maxking/mailman-core:latest + image: maxking/mailman-core:0.1 container_name: mailman-core hostname: mailman-core volumes: @@ -21,7 +21,7 @@ services: ipv4_address: 172.19.199.2 mailman-web: - image: maxking/mailman-web:latest + image: maxking/mailman-web:0.1 container_name: mailman-web hostname: mailman-web depends_on: