log4shell mitigation
This commit is contained in:
parent
c00f0fefe7
commit
f73d8dab93
3 changed files with 4 additions and 2 deletions
|
@ -56,7 +56,7 @@ services:
|
|||
args:
|
||||
# https://github.com/jitsi/jicofo
|
||||
JICOFO_TAG: jitsi-meet_5463
|
||||
image: superboum/amd64_jitsi_conference_focus:v7
|
||||
image: superboum/amd64_jitsi_conference_focus:v8
|
||||
|
||||
jitsi-videobridge:
|
||||
build:
|
||||
|
@ -65,7 +65,7 @@ services:
|
|||
# https://github.com/jitsi/jitsi-videobridge
|
||||
# note: JVB is not tagged with non-stable tags
|
||||
JVB_TAG: stable/jitsi-meet_5390
|
||||
image: superboum/amd64_jitsi_videobridge:v17
|
||||
image: superboum/amd64_jitsi_videobridge:v18
|
||||
|
||||
jitsi-xmpp:
|
||||
build:
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
update-ca-certificates -f
|
||||
|
||||
exec java \
|
||||
-Dlog4j2.formatMsgNoLookups=true \
|
||||
-Djdk.tls.ephemeralDHKeySize=2048 \
|
||||
-Djava.util.logging.config.file=/usr/share/jicofo/lib/logging.properties \
|
||||
-Dconfig.file=/etc/jitsi/jicofo.conf \
|
||||
|
|
|
@ -12,6 +12,7 @@ fi
|
|||
echo "NAT config: ${JITSI_NAT_LOCAL_IP} -> ${JITSI_NAT_PUBLIC_IP}"
|
||||
|
||||
exec java \
|
||||
-Dlog4j2.formatMsgNoLookups=true \
|
||||
-Djdk.tls.ephemeralDHKeySize=2048 \
|
||||
-Djava.util.logging.config.file=/usr/share/jvb/lib/logging.properties \
|
||||
-Dconfig.file=/etc/jitsi/videobridge.conf \
|
||||
|
|
Reference in a new issue