From c21996fc0b6aa31b61fda402ffe97343f3b9772b Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Wed, 5 Apr 2017 16:24:03 +0100 Subject: [PATCH] Fix indentation in examples/gcp.yml Yaml is fussy... Signed-off-by: Justin Cormack --- examples/gcp.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/gcp.yml b/examples/gcp.yml index 209dbdb24..e3a0b9d18 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -34,16 +34,16 @@ daemon: oomScoreAdj: -800 readonly: true - name: dhcpcd - image: "mobylinux/dhcpcd:d01a17d211218f289e2bac601bfe9787d4fabaf2" - binds: - - /var:/var - - /tmp:/etc - capabilities: - - CAP_NET_ADMIN - - CAP_NET_BIND_SERVICE - - CAP_NET_RAW - net: host - oomScoreAdj: -800 + image: "mobylinux/dhcpcd:d01a17d211218f289e2bac601bfe9787d4fabaf2" + binds: + - /var:/var + - /tmp:/etc + capabilities: + - CAP_NET_ADMIN + - CAP_NET_BIND_SERVICE + - CAP_NET_RAW + net: host + oomScoreAdj: -800 - name: sshd image: "mobylinux/sshd:4f8452ddaff703416fd7452fcd9693b96b23e847" capabilities: