Changelog: https://haproxy-wi.org/changelog.py#5_3_6
pull/321/head v5.3.6.0
Pavel Loginov 3 years ago
parent 7c39d4d394
commit 89e0589e2b

@ -130,10 +130,10 @@
http_proxy: "{{PROXY}}"
https_proxy: "{{PROXY}}"
tasks:
- name: Create Nginx.
- name: Create Nginx
docker_container:
name: "{{ CONT_NAME }}"
image: "haproxytech/haproxy-alpine:{{haproxy_version}}"
image: "nginx"
recreate: yes
network_mode: host
volumes:
@ -159,4 +159,3 @@
https_proxy: "{{PROXY}}"
tags:
- system

Loading…
Cancel
Save