From 6a7e3438a92561efb04ee8ac7a0fa3fe1985b626 Mon Sep 17 00:00:00 2001 From: William Budington Date: Tue, 19 May 2015 16:43:51 -0700 Subject: [PATCH] Adding self as maintainer --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8bbb68a2ef2..6fbc6d240f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ # than e.g. debian:jessie and image size differences are negligible FROM ubuntu:trusty MAINTAINER Jakub Warmuz +MAINTAINER William Budington # Note: this only exposes the port to other docker containers. You # still have to bind to 443@host at runtime, as per the ACME spec.