From 86814f4ddc420692f6e09c0d3852e343ca0c2ab7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 25 Mar 2020 01:28:25 +0100 Subject: [PATCH] Don't proxy, it's handled elsewhere --- ansible/post-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/post-deploy.yml b/ansible/post-deploy.yml index 0fc4d28..4bce356 100644 --- a/ansible/post-deploy.yml +++ b/ansible/post-deploy.yml @@ -13,7 +13,6 @@ app: gitea mappings: - "http:80:3000" - - "http:222:2222" state: present - name: Setup LE certificates