Added comments to docker files.
authorNik Okuntseff <support@anuko.com>
Sun, 30 Dec 2018 14:00:53 +0000 (14:00 +0000)
committerNik Okuntseff <support@anuko.com>
Sun, 30 Dec 2018 14:00:53 +0000 (14:00 +0000)
Dockerfile
WEB-INF/templates/footer.tpl
docker-compose.yml

index 1cbf6af..4b86f2a 100644 (file)
@@ -1,3 +1,4 @@
+# This file is for development work. Not suitable for production.
 FROM php:7.2-apache
 
 # Use the default production configuration.
index 5d77a19..645a8c4 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.18.36.4696 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.18.36.4697 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
index e516fad..0182a95 100644 (file)
@@ -1,3 +1,4 @@
+# This file is for development work. Not suitable for production.
 version: '3.7'
 
 services: