summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiexiang Yue <yueliexiang@chinamobile.com>2019-04-26 16:40:57 +0800
committerLiexiang Yue <yueliexiang@chinamobile.com>2019-04-26 16:40:57 +0800
commit357c5d3d7190cb629cb3ce9059de2b1016dfba3e (patch)
treebc17988c18a3518ccab37cc376437cd5be1dbce4
parent4575794408f090c0b3517325b58e880f17bce303 (diff)
Decrease the rabbitmq image size for fcaps local test
Issue-ID: MULTICLOUD-499 Change-Id: I96aeb5be679a5c238bc7b3b315660c525dfc6638 Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
-rw-r--r--fcaps/docker/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/fcaps/docker/docker-compose.yml b/fcaps/docker/docker-compose.yml
index 713c0d76..5a9c2569 100644
--- a/fcaps/docker/docker-compose.yml
+++ b/fcaps/docker/docker-compose.yml
@@ -16,7 +16,7 @@ version: '2'
services:
rabbit:
hostname: rabbit
- image: rabbitmq:3-management
+ image: rabbitmq:alpine
environment:
- RABBITMQ_DEFAULT_USER=admin
- RABBITMQ_DEFAULT_PASS=mypass