Skip to content

Commit 8ef4579

Browse files
committed
docker: add MAVEN_OPTS
1 parent cf73919 commit 8ef4579

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/docker/supervisord.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ autorestart=true
88
user=root
99

1010
[program:cloudstack]
11+
environment=MAVEN_OPTS="--add-opens=java.base/java.lang=ALL-UNNAMED --add-exports=java.base/sun.security.x509=ALL-UNNAMED"
1112
command=/bin/bash -c "mvn -pl client jetty:run -Dsimulator -Dorg.eclipse.jetty.annotations.maxWait=120"
1213
directory=/root
1314
stdout_logfile=/dev/stdout
@@ -16,6 +17,7 @@ redirect_stderr=true
1617
user=root
1718

1819
[program:cloudstack-ui]
20+
environment=NODE_OPTIONS="--openssl-legacy-provider"
1921
command=/bin/bash -c "NODE_OPTIONS=--openssl-legacy-provider npm run serve"
2022
directory=/root/ui
2123
stdout_logfile=/dev/stdout

0 commit comments

Comments
 (0)