mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #402 from nextcloud/enh/400/increase-talk-hpb-limit
adjust talk hpb config
This commit is contained in:
commit
9c6425308f
2 changed files with 27 additions and 6 deletions
|
|
@ -54,7 +54,8 @@ RUN mkdir -p /etc/nats; \
|
|||
chown talk:talk -R /etc/nats; \
|
||||
chown talk:talk -R /etc/janus; \
|
||||
chown talk:talk -R /etc/signaling; \
|
||||
chown talk:talk -R /usr/share/janus
|
||||
chown talk:talk -R /usr/share/janus; \
|
||||
cat /etc/janus/janus.jcfg
|
||||
|
||||
# Give root a random password
|
||||
RUN echo "root:$(openssl rand -base64 12)" | chpasswd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue