From 742232d7f1308093bd353c9425e90173ad549f64 Mon Sep 17 00:00:00 2001 From: Cassowary Date: Wed, 20 Aug 2025 09:18:39 -0700 Subject: [PATCH] Switch to Static Web Server from THTTPd --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index a0ebc30..a8914b6 100644 --- a/compose.yml +++ b/compose.yml @@ -3,8 +3,8 @@ version: "3.8" services: app: - image: git.coopcloud.tech/coop-cloud-chaos-patchs/thttpd:0.2.29 - command: ["-D", "-l", "/dev/stderr", "-d", "/var/www/http/$HTTP_SUBDIR"] + image: joseluisq/static-web-server:2.38.0 + command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"] networks: - proxy deploy: