Skip to content

Moved the config file - can't read it #6

@ratnose

Description

@ratnose

So in my setup I have all the config files in one place, so I tired to move them but now the client can't start saying:
Options error: In [CMD-LINE]:1: Error opening configuration file: /appdata/ovpn/client.ovpn

This is my compose file:
vpn:
container_name: vpn
image: ekristen/openvpn-client
stdin_open: true
tty: true
command: --config /appdata/ovpn/client.ovpn --askpass /appdata/ovpn/client.pwd --auth-nocache
cap_add:
- NET_ADMIN
devices:
- "/dev/net/tun:/dev/net/tun"
volumes:
- ./appdata/ovpn:/vpn

What am I doing wrong here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions