d3vilh / openvpn-server

Fast Docker container with OpenVPN Server living inside.
MIT License
65 stars 31 forks source link

Minor errors in docker-compose-openvpnui.yml #11

Closed yurhett closed 8 months ago

yurhett commented 8 months ago

There is a minor spelling error in your docker-compose.yml, which will cause the database to not be mapped correctly. Rebuilding the container will mess up everything.

https://github.com/d3vilh/openvpn-server/blob/70addcaeadd6349bcde866422b9c279dff37974c/docker-compose-openvpnui.yml#L43

Here it should be. /db:/opt/openvpn-ui/db instead of . /db:/opt/openvpn-gui/db

yurhett commented 8 months ago

Thanks, closed issue as competed.