docker: run UI with NODE_OPTIONS=--openssl-legacy-provider

This commit is contained in:
Wei Zhou 2026-07-13 12:55:23 +02:00
parent 56a233babf
commit cf73919233
No known key found for this signature in database
GPG Key ID: 1503DFE7C8226103

View File

@ -16,7 +16,7 @@ redirect_stderr=true
user=root
[program:cloudstack-ui]
command=/bin/bash -c "npm run serve"
command=/bin/bash -c "NODE_OPTIONS=--openssl-legacy-provider npm run serve"
directory=/root/ui
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0