Remove 2222 port from host networking
Some checks failed
continuous-integration/drone/push Build is failing

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.
This commit is contained in:
2021-09-02 09:15:58 +02:00
parent 8c6fe61e60
commit 48f03d8fcf

View File

@ -13,6 +13,3 @@ services:
- target: 443 - target: 443
published: 443 published: 443
mode: host mode: host
- target: 2222
published: 2222
mode: host