Updating embystats internal port to 5432 instead of 80. Tested working via portainer

This commit is contained in:
Kieran McEniff
2019-04-03 19:09:52 +01:00
parent fd1b313099
commit 944b9e4f9c

View File

@@ -14,7 +14,7 @@
- name: 'Set Known Facts'
set_fact:
pgrole: "embystats"
intport: "80"
intport: "5432"
extport: "9049"
image: "uping/embystat:beta-linux"