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
I was trying to use docker-compose.yml by using the pre-built docker images but failed as openvpn-latest does not exists. What exists is openvpn-as which is not the same. In this case what can be done?
The text was updated successfully, but these errors were encountered:
Can you please clarify which actions you are performing and what error you're getting?
Currently, docker-compose.yaml in the repo refers to image: openvpn:local. However, even if I change it to image: openvpn:latest, everything still works fine.
I was trying to use
docker-compose.yml
by using the pre-built docker images but failed asopenvpn-latest
does not exists. What exists isopenvpn-as
which is not the same. In this case what can be done?The text was updated successfully, but these errors were encountered: