Avoid the Neil error
authorMichael Brown <michael.brown@discourse.org>
Thu, 31 Jul 2014 21:41:25 +0000 (17:41 -0400)
committerMichael Brown <michael.brown@discourse.org>
Thu, 31 Jul 2014 21:41:25 +0000 (17:41 -0400)
samples/standalone.yml
samples/web_only.yml

index 70b1c8e69482b9ffdd864237a169f34d32e79f04..a9c34977fec8aae78522cbaf1fb0c7e562cf05ed 100644 (file)
@@ -19,7 +19,7 @@ expose:
   - "80:80"   # fwd host port 80   to container port 80 (http)
   - "2222:22" # fwd host port 2222 to container port 22 (ssh)
 
-#params:
+params:
   ## Which Git revision should this container use? (default: tests-passed)
   #version: tests-passed
 
index a1d982ea58a68c466b1500671b022d85b9dfc87e..bc093b28d69b73928f78379556cf7fc471e3751c 100644 (file)
@@ -10,7 +10,7 @@ expose:
   - "2222:22"
 
 # tests-passed is default
-#params:
+params:
 #  version: tests-passed
 
 # developer emails allow you to fast track account creation on the site