#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.
This commit is contained in:
dev-rke 2017-11-04 16:02:29 +01:00 committed by GitHub
parent d5e9905b2f
commit 4f1461d046

View File

@ -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