mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-24 00:16:50 +00:00
enable stun auto detection
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
aeae72f5ba
commit
9d154557f8
2 changed files with 7 additions and 8 deletions
|
|
@ -34,9 +34,11 @@ RUN set -ex; \
|
|||
rename -v ".jcfg.sample" ".jcfg" /usr/local/etc/janus/*.jcfg.sample
|
||||
|
||||
FROM alpine:3.18.2
|
||||
|
||||
ENV STUN_SERVICE="stun.nextcloud.com 443"
|
||||
COPY --from=janus /usr/local /usr/local
|
||||
COPY --from=eturnal /opt/eturnal /opt/eturnal
|
||||
COPY --from=eturnal /usr/local/bin/stun /usr/local/bin/stun
|
||||
COPY --from=eturnal /usr/local/bin/eturnalctl /usr/local/bin/eturnalctl
|
||||
COPY --from=nats /nats-server /usr/local/bin/nats-server
|
||||
COPY --from=signaling /usr/bin/nextcloud-spreed-signaling /usr/local/bin/nextcloud-spreed-signaling
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue