From eea3e4af331e9e8dffbbbb630cfde243923d1656 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sat, 18 May 2024 00:25:37 +0200 Subject: [PATCH] Update README.md --- examples/openvpn/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/openvpn/README.md b/examples/openvpn/README.md index 96a1bec..fb19b76 100644 --- a/examples/openvpn/README.md +++ b/examples/openvpn/README.md @@ -6,6 +6,11 @@ Default username is `openvpn`. -The password is auto-generated and displayed in container logs. Inspect the logs until you find the line `Auto-generated pass = ""`. +The password is auto-generated and displayed in container logs. Inspect the logs until you find the line `Auto-generated pass = ""`. + +For example: +```` +docker compose logs -f | grep pass +```` Admin web UI is accessible at `https://:943/admin`.