Added published ports lines 75-78

This commit is contained in:
timekills
2019-01-31 22:36:34 +04:30
committed by GitHub
parent 46a63a97eb
commit 895d0800b9

View File

@@ -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