-
Hello!
In host system :
In docker container CLI: One more question - how can I see OpenVPN server logs ? In standard "non docker" version on Debian it is located here: /etc/openvpn/openvpn.log . I can't find it in Docker images or in host system. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi!
It's command used for running container and placed by path /app/ovpn-admin (by default). If you want use custom specs, you can set specific flags in command or set specific environment variable. see example in docker-compose.yaml .
Use the docker logs CONTAINER command, for more information see |
Beta Was this translation helpful? Give feedback.
Hi!
It's command used for running container and placed by path /app/ovpn-admin (by default). If you want use custom specs, you can set specific flags in command or set specific environment variable. see example in docker-compose.yaml .
Use the docker logs CONTAINER command, for more information see
https://docs.docker.com/config/containers/logging/