From a7f9c7d6f3192277ea32521386efec702d354e5d Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Mon, 19 Jun 2017 15:52:05 +0200 Subject: [PATCH] try to change webserver port to 81 to make website not public yet --- playbook.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbook.yml b/playbook.yml index c50c596..5c22aaf 100644 --- a/playbook.yml +++ b/playbook.yml @@ -12,6 +12,8 @@ image: pmpc state: started restart: yes + ports: + - 81:80 env: HUGO_BASE_URL: https://publiccode.eu/ VIRTUAL_HOST: publiccode.eu