From 5580ea5573bb38cc7f1f17e7436000de73ea406c Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Wed, 14 Nov 2018 13:00:00 -0600 Subject: [PATCH] caddy cli --- Dockerfile-no-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-no-stats b/Dockerfile-no-stats index a6c2be4..6bd905b 100755 --- a/Dockerfile-no-stats +++ b/Dockerfile-no-stats @@ -93,4 +93,4 @@ VOLUME ["/www"] WORKDIR /www COPY index.html /www/index.html -CMD ["/bin/caddy", "-conf", "/etc/Caddyfile", "-log", "stdout", "-agree", "-root", "/www"] +CMD ["/bin/caddy", "--conf", "/etc/Caddyfile", "--log", "stdout", "--agree", "--root", "/www"]