Update version for config; add custom command for thttp
This commit is contained in:
parent
dfb92731d9
commit
5a1a9eab1b
2
abra.sh
2
abra.sh
@ -1,2 +1,2 @@
|
||||
export ENTRYPOINT_CONF_VERSION=v3
|
||||
export THTTPD_DEFAULT_CONF_VERSION=v1
|
||||
export THTTPD_DEFAULT_CONF_VERSION=v2
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user