From 895d0800b9139b6eeb7462f18b70f4a988823cd6 Mon Sep 17 00:00:00 2001 From: timekills Date: Thu, 31 Jan 2019 22:36:34 +0430 Subject: [PATCH] Added published ports lines 75-78 --- apps/picard.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/picard.yml b/apps/picard.yml index 2c6dfb3..2b11d1c 100644 --- a/apps/picard.yml +++ b/apps/picard.yml @@ -73,7 +73,9 @@ image: '{{image}}' pull: yes published_ports: - - '{{ports.stdout}}{{extport}}:{{intport}}' +# - '{{ports.stdout}}{{extport}}:{{intport}}' + - '13034:3031/tcp' + - '6060:6060/tcp' volumes: '{{pg_volumes}}' env: '{{pg_env}}' restart_policy: unless-stopped