FINCN-176 point at fixed apache image, fix payroll ip variable name
diff --git a/docker-compose.yml b/docker-compose.yml
index 6726371..2f7acaf 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -306,8 +306,7 @@
         ipv4_address: ${NOTIFICATIONS_IP}
 
   fims-web-app:
-    #image: apache/fineract-cn-fims-web-app:latest # uncomment after https://github.com/apache/fineract-cn-fims-web-app/pull/20 has been merged
-    image: aasaru/fineract-cn-fims-web-app:latest # temporary
+    image: apache/fineract-cn-fims-web-app:latest
     ports:
       - "8888:8888"
     networks:
diff --git a/env_variables b/env_variables
index dcec372..12b167a 100644
--- a/env_variables
+++ b/env_variables
@@ -25,6 +25,6 @@
 TELLER_IP=172.16.238.28
 REPORTING_IP=172.16.238.29
 CHEQUES_IP=172.16.238.30
-PAYROLL_IP_IP=172.16.238.31
+PAYROLL_IP=172.16.238.31
 GROUP_IP=172.16.238.32
 NOTIFICATIONS_IP=172.16.238.33