Update version for config; add custom command for thttp

This commit is contained in:
Cassowary 2022-10-26 18:32:48 -07:00
parent dfb92731d9
commit 5a1a9eab1b
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
export ENTRYPOINT_CONF_VERSION=v3
export THTTPD_DEFAULT_CONF_VERSION=v1
export THTTPD_DEFAULT_CONF_VERSION=v2

View File

@ -4,6 +4,7 @@ version: "3.8"
services:
app:
image: dragas/thttpd
command: ["/usr/sbin/thttpd", "-D", "-l", "/dev/stderr", "-C", "/etc/thttpd.conf"]
networks:
- proxy
deploy: