From 0c237c3be3c563c658cc1e6c930dbff660986876 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 28 Aug 2019 01:21:57 -0300 Subject: [PATCH] elimino puertos publicados -- se requiere FE --- tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index ad6c282..42b9367 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -54,9 +54,9 @@ networks: - name: "{{ docker_network_name }}" ports: - - "{% if wordpress_bind_port is not none %}\ - {{ wordpress_bind_host+':' if not wordpress_bind_host is none else '' }}\ - {{ wordpress_bind_port }}:9000{% endif %}" + # - "{% if wordpress_bind_port is not none %}\ + # {{ wordpress_bind_host+':' if not wordpress_bind_host is none else '' }}\ + # {{ wordpress_bind_port }}:9000{% endif %}" - name: template nginx config copy: