You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/04/25 12:28:07 UTC

[incubator-streampipes] branch rel/0.66.0 updated: Modify docker-compose version

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch rel/0.66.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/rel/0.66.0 by this push:
     new 8cf6f46  Modify docker-compose version
8cf6f46 is described below

commit 8cf6f461c9a530a52ca79b874639ef33cf6f593f
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat Apr 25 14:27:46 2020 +0200

    Modify docker-compose version
---
 docker-compose.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 925137b..cf712d4 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -21,7 +21,7 @@
 #
 
 
-version: "2"
+version: "2.4"
 services:
 
   #### apache/incubator-streampipes
@@ -137,6 +137,7 @@ services:
 networks:
   spnet:
     driver: bridge
+    name: streampipes_network
     ipam:
       config:
         - subnet: 172.31.0.0/16