#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 1cb5bbd07d
commit a8616ebfe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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