container/service: update http port
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
vhost_id: "{{ docker_service_name }}"
|
||||
vhost_proxy_target_protocol: "{{ docker_proxy_target_protocol }}"
|
||||
vhost_domains: "{{ docker_vhost_domains[docker_service_name] }}"
|
||||
vhost_proxy_target_port: "{{ ports[docker_service_name][proxy_target_protocol] }}"
|
||||
vhost_proxy_target_port: "{{ ports[docker_service_name][vhost_proxy_target_protocol] }}"
|
||||
when: reverse_proxy_type != 'traefik'
|
||||
|
||||
- name: Set published ports variable to http port
|
||||
|
||||
Reference in New Issue
Block a user