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: