From e1c5bfc62b9df8a3f8f0282ca0512774d2c119fb Mon Sep 17 00:00:00 2001
From: Ben Firshman
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');