From 6533018c6f6a9b2508bc0390f38c3bed56c6b72e Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 3 Feb 2023 10:48:30 +0100 Subject: [PATCH] ports 8081 needs to be expose for the talk container Signed-off-by: Simon L --- php/containers.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/php/containers.json b/php/containers.json index 27e8b974..a5371f57 100644 --- a/php/containers.json +++ b/php/containers.json @@ -231,6 +231,9 @@ "protocol": "udp" } ], + "expose": [ + "8081" + ], "internal_port": "%TALK_PORT%", "environment": [ "NC_DOMAIN=%NC_DOMAIN%",