From e14b74cf2f05f164506449b5e4c581edb7c75c69 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Fri, 30 Dec 2016 00:22:47 +0800 Subject: [PATCH] Update name --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 178524a4..a6581067 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - /tmp:/tmp environment: - PORT=5000 - - POST_API=http://qq-bot:8888/qq/ + - POST_API=http://xiaokai-bot:8888/qq/ restart: always mojo-weixin-api: image: daocloud.io/richardchien/mojo-weixin @@ -24,11 +24,11 @@ services: - /tmp:/tmp environment: - PORT=5001 - - POST_API=http://qq-bot:8888/wx/ + - POST_API=http://xiaokai-bot:8888/wx/ restart: always - qq-bot: + xiaokai-bot: image: daocloud.io/richardchien/xiaokai-bot - container_name: qq-bot + container_name: xiaokai-bot networks: - my-net expose: