From 1acd9fd15507e4888b5fb81e34af1ebf5e597684 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 7 Jan 2016 09:24:41 +1100 Subject: [PATCH] Update data.yml clean expose sample --- samples/data.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/data.yml b/samples/data.yml index beb316d..2491f62 100644 --- a/samples/data.yml +++ b/samples/data.yml @@ -7,10 +7,10 @@ templates: - "templates/redis.template.yml" - "templates/sshd.template.yml" +# change to use your private IP expose: - - "5432:5432" - - "6379:6379" - - "2221:22" + - "10.0.0.1:5432:5432" + - "10.0.0.1:6379:6379" # any extra arguments for Docker? # docker_args: -- 2.25.1