mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-02 20:11:59 +08:00
talk use official coturn image
needs testing Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
e1890c8f3b
commit
2d1ddccb28
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM nats:2.9.15-scratch as nats
|
||||
FROM strukturag/nextcloud-spreed-signaling:1.1.2 as signaling
|
||||
FROM alpine:3.17.3
|
||||
FROM coturn/cotrun:4.6.2-r0-alpine
|
||||
USER root
|
||||
|
||||
COPY --from=nats /nats-server /usr/local/bin/nats-server
|
||||
|
@ -11,7 +11,6 @@ RUN set -ex; \
|
|||
ca-certificates \
|
||||
tzdata \
|
||||
bash \
|
||||
coturn \
|
||||
openssl \
|
||||
supervisor \
|
||||
bind-tools \
|
||||
|
|
Loading…
Reference in a new issue