From a8616ebfe268d02a819bc5bc1b1164540db61bbc Mon Sep 17 00:00:00 2001 From: dev-rke Date: Sat, 4 Nov 2017 16:02:29 +0100 Subject: [PATCH] #248: fix missing CSS Force the server to use --insecure flag to also provide static contents like CSS files. See #248 and #167 for more details. --- docker-compose.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml.example b/docker-compose.yml.example index fddda8198..2154f79cf 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -17,7 +17,7 @@ services: # value with nothing. environment: - PAPERLESS_OCR_LANGUAGES= - command: ["runserver", "0.0.0.0:8000"] + command: ["runserver", "--insecure", "0.0.0.0:8000"] consumer: image: pitkley/paperless