expose it not needed for containers that publish ports

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-02-02 15:37:03 +01:00
parent 9fe978fbe3
commit f5c32a1a67

View file

@ -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%",