diff --git a/cli.html b/cli.html index 71b6c250..89894a86 100644 --- a/cli.html +++ b/cli.html @@ -6,7 +6,7 @@ - + @@ -173,7 +173,7 @@ For example:

m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-43996733-3', 'orchardup.github.io'); + ga('create', 'UA-43996733-3', 'auto'); ga('send', 'pageview'); diff --git a/django.html b/django.html index 0aa369dc..6f8c8b41 100644 --- a/django.html +++ b/django.html @@ -6,7 +6,7 @@ - + @@ -139,7 +139,7 @@ myapp_web_1 | Quit the server with CONTROL-C. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-43996733-3', 'orchardup.github.io'); + ga('create', 'UA-43996733-3', 'auto'); ga('send', 'pageview'); diff --git a/env.html b/env.html index b0ad2a5d..beed966f 100644 --- a/env.html +++ b/env.html @@ -6,7 +6,7 @@ - + @@ -88,7 +88,7 @@ Fully qualified container name, e.g. DB_1_NAME=/myapp_web_1/myapp_db_1 diff --git a/index.html b/index.html index ea1ead53..5622330b 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - + @@ -184,7 +184,7 @@ figtest_web_1 /bin/sh -c python app.py Up 5000->5000/tcp m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-43996733-3', 'orchardup.github.io'); + ga('create', 'UA-43996733-3', 'auto'); ga('send', 'pageview'); diff --git a/install.html b/install.html index babb1001..d69968f8 100644 --- a/install.html +++ b/install.html @@ -6,7 +6,7 @@ - + @@ -81,7 +81,7 @@ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-43996733-3', 'orchardup.github.io'); + ga('create', 'UA-43996733-3', 'auto'); ga('send', 'pageview'); diff --git a/rails.html b/rails.html index 8652bfd9..69814f5c 100644 --- a/rails.html +++ b/rails.html @@ -6,7 +6,7 @@ - + @@ -144,7 +144,7 @@ myapp_web_1 | [2014-01-17 17:16:29] INFO WEBrick::HTTPServer#start: pid=1 port= m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-43996733-3', 'orchardup.github.io'); + ga('create', 'UA-43996733-3', 'auto'); ga('send', 'pageview'); diff --git a/wordpress.html b/wordpress.html index 3236dade..ecdefb37 100644 --- a/wordpress.html +++ b/wordpress.html @@ -6,7 +6,7 @@ - + @@ -44,7 +44,7 @@ db: environment: MYSQL_DATABASE: wordpress -

Two supporting files are needed to get this working - first up, wp-config.php is the standard Wordpress config file with a single change to make it read the MySQL host and port from the environment variables passed in by Fig:

+

Two supporting files are needed to get this working - first up, wp-config.php is the standard Wordpress config file with a single change to point the database configuration at the db container:

<?php
 define('DB_NAME', 'wordpress');
 define('DB_USER', 'root');
@@ -135,7 +135,7 @@ if(file_exists($root.$path))
       m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
       })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 
-      ga('create', 'UA-43996733-3', 'orchardup.github.io');
+      ga('create', 'UA-43996733-3', 'auto');
       ga('send', 'pageview');
 
     
diff --git a/yml.html b/yml.html
index 814032d4..b4b7dc43 100644
--- a/yml.html
+++ b/yml.html
@@ -6,7 +6,7 @@
     
     
     
-    
+    
     
   
   
@@ -178,7 +178,7 @@ privileged: true
       m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
       })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 
-      ga('create', 'UA-43996733-3', 'orchardup.github.io');
+      ga('create', 'UA-43996733-3', 'auto');
       ga('send', 'pageview');