From 5265e55aa5dbb0bc99a8a730bf909cd6ea1895c9 Mon Sep 17 00:00:00 2001 From: Cassowary Rusnov Date: Wed, 26 Oct 2022 18:35:19 -0700 Subject: [PATCH] Rejigger thttp argmunt order --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index be4b56b..6f7cd8a 100644 --- a/compose.yml +++ b/compose.yml @@ -4,7 +4,7 @@ version: "3.8" services: app: image: dragas/thttpd - command: ["/usr/sbin/thttpd", "-D", "-l", "/dev/stderr", "-C", "/etc/thttpd.conf"] + command: ["/usr/sbin/thttpd", "-C", "/etc/thttpd.conf", "-D", "-l", "/dev/stderr"] networks: - proxy deploy: