From 48f03d8fcfb86979cd931319846297a49e4927a4 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 2 Sep 2021 09:15:58 +0200 Subject: [PATCH] Remove 2222 port from host networking This was an old config for when we did host mode networking for gitea ssh but now we use the SNI thing that seems to work. --- compose.host.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/compose.host.yml b/compose.host.yml index db3cfc3..b4fef30 100644 --- a/compose.host.yml +++ b/compose.host.yml @@ -13,6 +13,3 @@ services: - target: 443 published: 443 mode: host - - target: 2222 - published: 2222 - mode: host