Enable YAML Coala linting, fix problems
[integration/packaging.git] / tutorials / cluster-nodes / docker-compose.yml
index cff91f84ac48084479647be379abaca3aa20c43b..1797e674dd9e5ed61c2b3758bf9e4a3d5485ed2f 100644 (file)
@@ -5,6 +5,7 @@
 # terms of the Eclipse Public License v1.0 which accompanies this distribution,
 # and is available at http://www.eclipse.org/legal/epl-v10.html
 ##############################################################################
+---
 
 version: '2'
 
@@ -19,10 +20,10 @@ services:
     tty: true
     networks:
       default:
-          ipv4_address: 192.168.50.15${NODE_NUMBER}
+        ipv4_address: 192.168.50.15${NODE_NUMBER}
     command: nohup /root/scripts/setup_odl.sh
 
 networks:
-    default:
-        external:
-            name: odl-cluster-network
+  default:
+    external:
+      name: odl-cluster-network