ports 8081 needs to be expose for the talk container

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-02-03 10:48:30 +01:00
parent cfbfe0438c
commit 6533018c6f

View file

@ -231,6 +231,9 @@
"protocol": "udp" "protocol": "udp"
} }
], ],
"expose": [
"8081"
],
"internal_port": "%TALK_PORT%", "internal_port": "%TALK_PORT%",
"environment": [ "environment": [
"NC_DOMAIN=%NC_DOMAIN%", "NC_DOMAIN=%NC_DOMAIN%",