You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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
The text was updated successfully, but these errors were encountered: