Rejigger thttp argmunt order

This commit is contained in:
Cassowary 2022-10-26 18:35:19 -07:00
parent 5a1a9eab1b
commit 5265e55aa5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version: "3.8"
services: services:
app: app:
image: dragas/thttpd 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: networks:
- proxy - proxy
deploy: deploy: