Julien Lehuen
Julien Lehuen
I'm using Docker compose, and my `docker-compose.yml` file starts with this: ```yaml version: '3.7' services: vpn: container_name: vpn image: dperson/openvpn-client:latest restart: unless-stopped cap_add: - net_admin security_opt: - label:disable read_only: true...
I'm using Docker compose, and my `docker-compose.yml` file starts with this: ```yaml version: '3.7' services: vpn: container_name: vpn image: dperson/openvpn-client:latest restart: unless-stopped cap_add: - net_admin security_opt: - label:disable read_only: true...