From 276a85421aa476dfb9249cc055bea9bea8b3c61b Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 15 Jun 2023 16:11:48 +0200 Subject: [PATCH] fix internal_port of notify-push Signed-off-by: Simon L --- php/containers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index baa6b50a..93421eac 100644 --- a/php/containers.json +++ b/php/containers.json @@ -201,7 +201,7 @@ "expose": [ "7867" ], - "internal_port": "7876", + "internal_port": "7867", "secrets": [ "REDIS_PASSWORD", "POSTGRES_PASSWORD"