Updated playbook with the right test port

lektura
Jonas Oberg 2017-06-13 11:39:31 +02:00
parent 5424d664cf
commit a7c4d5a212
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
remote_user: root remote_user: root
tasks: tasks:
- name: build the oidcp container - name: build the pmpc container
command: docker build -t pmpc https://git.fsfe.org/jonas/pmpc.git command: docker build -t pmpc https://git.fsfe.org/jonas/pmpc.git
- name: run pmpc - name: run pmpc
@ -13,7 +13,7 @@
state: started state: started
restart: yes restart: yes
ports: ports:
- 1313:1313 - 1313:80
env: env:
HUGO_BASE_URL: http://lund.fsfeurope.org:1313/ HUGO_BASE_URL: http://lund.fsfeurope.org:1313/
volumes: volumes: