wfg / docker-openvpn-client

OpenVPN client with killswitch and proxy servers; built on Alpine
MIT License
353 stars 107 forks source link

v3 does not remove old modified .conf files when restarting the container #70

Closed adr3nal1n closed 2 years ago

adr3nal1n commented 2 years ago

Hi,

v3 still working well here,

Just one query please,

Is it possible to have v3 remove the old modified .conf files on restart of the container? as I can see the data volume is going to slowly fill with old modified .conf files (owned by root) over time.

Thanks ever so much for creating and maintaining this.

wfg commented 2 years ago

Yeah, I re-added this in the latest commit. It will be in v3.1.0 coming today.

adr3nal1n commented 2 years ago

Using v3.1.0 The old modified.conf files are now removed on restart of the container.

Thanks ever so much.