From cc2c9931c237b10731484a6fe4cb8725c8ca400c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 23 Mar 2020 16:38:48 +0100 Subject: [PATCH] Fix SSH port --- ansible/post-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/post-deploy.yml b/ansible/post-deploy.yml index 2fc7c5c..67856e4 100644 --- a/ansible/post-deploy.yml +++ b/ansible/post-deploy.yml @@ -13,7 +13,7 @@ app: gitea mappings: - "http:80:3000" - - "http:22:2222" + - "http:222:2222" state: present - name: Setup LE certificates