From 6f84375d2ffd5e1fd7df2f691c4648ca5a6bc762 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Sun, 17 Apr 2016 21:31:16 +0200 Subject: [PATCH] Update docker-compose.yml Not sure if tags is needed to deploy to Tutum. However, tags is not supported with the latest version of docker-compose. Great tool BTW. Thanks for the contribution! --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index eefe729..d217264 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,6 @@ smf: - "25:25" environment: - SMF_CONFIG=testi@testo.com:test@test.com:test - tags: - - mx + deployment_strategy: high_availability restart: always