diff --git a/tasks/main.yml b/tasks/main.yml index 57425db..8d629d9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -54,9 +54,6 @@ 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 }}:80{% endif %}" - name: template nginx config copy: