diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-19 01:05:10 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-19 01:05:10 -0400 |
| commit | 818fcdfb344f170f887e7480e04150e224b2f61e (patch) | |
| tree | ae421f12387a8bc62ee504c386cd173253fa0279 | |
| parent | c3962dcf7db5f4692a45fe0ff9802f819a97e2d7 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 1 |
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" |
