From d79c634f6a1466c7a9e49eb983e4af9ad2fd8afb Mon Sep 17 00:00:00 2001 From: Cassowary Rusnov Date: Wed, 26 Oct 2022 18:01:44 -0700 Subject: [PATCH] Fix compose for configuration file. --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index cfb2466..7305b62 100644 --- a/compose.yml +++ b/compose.yml @@ -25,7 +25,7 @@ services: volumes: - content:/var/www/http configs: - - source: thttpd.conf + - source: thttpd_conf target: /etc/thttpd.conf #healthcheck: # test: ["CMD", "curl", "-f", "http://localhost"]