Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use an existing Docker Compose installation #95

Open
FelipeAscensio opened this issue Jul 29, 2024 · 1 comment
Open

Use an existing Docker Compose installation #95

FelipeAscensio opened this issue Jul 29, 2024 · 1 comment

Comments

@FelipeAscensio
Copy link

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

@bdonfouet
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants