summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-19 01:05:10 -0400
committerJoey Hess2014-11-19 01:05:10 -0400
commit818fcdfb344f170f887e7480e04150e224b2f61e (patch)
treeae421f12387a8bc62ee504c386cd173253fa0279 /config-joey.hs
parentc3962dcf7db5f4692a45fe0ff9802f819a97e2d7 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index abd20e55..a7f613de 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -312,6 +312,7 @@ containers =
, Docker.container "simple-debian" "debian"
& "/hello" `File.containsLine` "hello"
+ & Docker.publish "8081:80"
-- git-annex autobuilder containers
, GitAnnexBuilder.standardAutoBuilderContainer dockerImage "amd64" 15 "2h"