From f5c32a1a67a9ec2d5dcb519e35dda9e3e9e43314 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 2 Feb 2023 15:37:03 +0100 Subject: [PATCH] expose it not needed for containers that publish ports Signed-off-by: Simon L --- php/containers.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/php/containers.json b/php/containers.json index 487d0d41..27e8b974 100644 --- a/php/containers.json +++ b/php/containers.json @@ -17,9 +17,6 @@ "protocol": "tcp" } ], - "expose": [ - "%APACHE_PORT%" - ], "internal_port": "%APACHE_PORT%", "environment": [ "NC_DOMAIN=%NC_DOMAIN%", @@ -234,9 +231,6 @@ "protocol": "udp" } ], - "expose": [ - "%TALK_PORT%" - ], "internal_port": "%TALK_PORT%", "environment": [ "NC_DOMAIN=%NC_DOMAIN%",