-
Hi! I just installed a fresh Ubuntu 22.04 on an VPS. After installing docker and setting up the nginx reverse proxy I deployed the docker container like this: sudo docker run -it --name nextcloud-aio-mastercontainer --restart always -p 8080:8080 -e APACHE_PORT=11000 --volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config --volume /var/run/docker.sock:/var/run/docker.sock:ro nextcloud/all-in-one:latest AIO shows, that all containers are running (green). Also everything seems to work great. I just have a problem with talk. When I open talk I get a message "Error establishing the signaling connection / german: Fehler beim Aufbau der Signaling-Verbindung". I did not set up ufw, so I think this shouldn't be a firewall issue. Anything else that I can check to get talk running? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I was able to fix this by adding this to the vhost:
:) |
Beta Was this translation helpful? Give feedback.
I was able to fix this by adding this to the vhost:
:)