From da586fc90af41617453af384c13b965d515c7642 Mon Sep 17 00:00:00 2001 From: Florian Gabsteiger Date: Sun, 22 Sep 2019 00:33:14 +0200 Subject: [PATCH] Add bind-ip 0.0.0.0 to docker-compose command --- 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 5a6a5ed0e..f8c920f95 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -27,7 +27,7 @@ services: # value with nothing. environment: - PAPERLESS_OCR_LANGUAGES= - command: ["gunicorn"] + command: ["gunicorn", "-b", "0.0.0.0:8000"] consumer: build: ./