Vincent Bitter

Results 2 comments of Vincent Bitter

I can confirm this issue. Suddenly ran into this issue too this week. Dependencies was always an empty list before and now it can be null. Maybe something has changed...

``` version: '2' services: openvpn-client: container_name: openvpn-client image: ekristen/openvpn-client stdin_open: true tty: true command: --config /vpn/client.ovpn --askpass /vpn/client.pwd --auth-nocache cap_add: - NET_ADMIN devices: - "/dev/net/tun:/dev/net/tun" volumes: - /data/vpn:/vpn ```