Use an existing Docker Compose installation
I want to use docker-compose just ui for an openvpn installation that is locally in my environment
I'm trying like this:
services: openvpn-ui: container_name: openvpn-ui image: d3vilh/openvpn-ui:latest environment: - OPENVPN_ADMIN_USERNAME=admin - OPENVPN_ADMIN_PASSWORD=gagaZush privileged: true ports: - "8080:8080/tcp" volumes: - /etc/openvpn:/etc/openvpn - ./db:/opt/openvpn-ui/db - /etc/openvpn/easy-rsa/pki:/usr/share/easy-rsa/pki - /var/run/docker.sock:/var/run/docker.sock:ro restart: always
however it does not consider the installation files
Hi, i'm also interested on how this can be setup to use an existing openvpn server with existing users. My current installation was done using webmin and the plugin now generates client config file with unsupported parameters!