Skip to content

Commit

Permalink
Add bind-ip 0.0.0.0 to docker-compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
diveflo committed Sep 22, 2019
1 parent d390005 commit da586fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
# value with nothing.
environment:
- PAPERLESS_OCR_LANGUAGES=
command: ["gunicorn"]
command: ["gunicorn", "-b", "0.0.0.0:8000"]

consumer:
build: ./
Expand Down

0 comments on commit da586fc

Please sign in to comment.