summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"