Skip to content
Discussion options

You must be logged in to vote

I think I fixed it by adding the following environment variable:

- TURN_DOMAIN=talkhpb.vom-bruch.com

name: 'hpb'

services:

  nc-talk:
    container_name: talk_hpb
    image: ghcr.io/nextcloud-releases/aio-talk:latest
    init: true
    ports:
      - 3478:3478/tcp
      - 3478:3478/udp
      - 8686:8081/tcp
    environment:
      - NC_DOMAIN=vom-bruch.com/cloud
      - TALK_HOST=talkhpb.vom-bruch.com
      - TURN_SECRET=CENSORED
      - SIGNALING_SECRET=CENSORED
      - TZ=Europe/Vienna
      - TALK_PORT=3478
      - INTERNAL_SECRET=CENSORED
      - TURN_DOMAIN=talkhpb.vom-bruch.com
    restart: unless-stopped

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by szaimen
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #8105 on May 15, 2026 20:27.