From a7c4d5a2128e973c314bb43d8c7bd4503979d329 Mon Sep 17 00:00:00 2001 From: Jonas Oberg Date: Tue, 13 Jun 2017 11:39:31 +0200 Subject: [PATCH] Updated playbook with the right test port --- playbook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbook.yml b/playbook.yml index 195dfdc..57b0454 100644 --- a/playbook.yml +++ b/playbook.yml @@ -3,7 +3,7 @@ remote_user: root tasks: - - name: build the oidcp container + - name: build the pmpc container command: docker build -t pmpc https://git.fsfe.org/jonas/pmpc.git - name: run pmpc @@ -13,7 +13,7 @@ state: started restart: yes ports: - - 1313:1313 + - 1313:80 env: HUGO_BASE_URL: http://lund.fsfeurope.org:1313/ volumes: