Closed Skrepysh closed 3 months ago
because docker don't have access to that directory , add access to the directory or move ssl file to /var/lib/marzban/certs/
поскольку у Docker нет доступа к этому каталогу, добавьте доступ к каталогу или переместите файл SSL в
/var/lib/marzban/certs/
Didn't know about this. Adding the line to docker-compose.yml solved the problem. Thank you.
Describe the bug If in .env I specify the path to the SSL certificate file and this file is located not in /var/lib/marzban/certs/, then marzban does not start. A screenshot of the logs is attached.
To Reproduce
Expected behavior Marzban must start no matter where the SSL certificate files are located.
Screenshots
Machine details:
Additional context No