mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Check for empty proxy string everywhere
This commit is contained in:
@@ -72,7 +72,7 @@ so-idstools:
|
|||||||
- image: {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-idstools:{{ VERSION }}
|
- image: {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-idstools:{{ VERSION }}
|
||||||
- hostname: so-idstools
|
- hostname: so-idstools
|
||||||
- user: socore
|
- user: socore
|
||||||
{% if proxy is not none %}
|
{% if proxy != '' and proxy is not none %}
|
||||||
- environment:
|
- environment:
|
||||||
- http_proxy={{ proxy }}
|
- http_proxy={{ proxy }}
|
||||||
- https_proxy={{ proxy }}
|
- https_proxy={{ proxy }}
|
||||||
|
|||||||
Reference in New Issue
Block a user