Skip to content

Commit

Permalink
bugfix 4 OVPN custom conf
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vilh committed Jul 29, 2023
1 parent 6ce2e43 commit 844d1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/gluetun-docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- OPENVPN_PASSWORD={{ gluetun_openvpn_password }}
{% endif %}
{% if gluetun_vpnclient_custom == true %}
- OPENVPN_CUSTOM_CONFIG=/ovpn-client/{{ gluetun_ovpn_custom_conf }}
- OPENVPN_CUSTOM_CONFIG=/ovpn-client/{{ glue_ovpn_custom_conf }}
{% endif %}
{% elif gluetun_vpn_type == 'wireguard' %}
# Wireguard:
Expand Down

0 comments on commit 844d1e8

Please sign in to comment.