From: Sam Date: Wed, 6 Jan 2016 22:24:41 +0000 (+1100) Subject: Update data.yml X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1acd9fd15507e4888b5fb81e34af1ebf5e597684;p=discourse_docker.git Update data.yml clean expose sample --- 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: