소스 검색

[tandoor] Open to the outside

Colin Powell 3 년 전
부모
커밋
a0204829bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ansible/roles/tandoor/templates/immortal.yml.j2

+ 1 - 1
ansible/roles/tandoor/templates/immortal.yml.j2

@@ -1,4 +1,4 @@
-cmd: gunicorn -b 127.0.0.1:8089 recipes.wsgi:application
+cmd: gunicorn -b 0.0.0.0:8089 recipes.wsgi:application
 cwd: /usr/local/src/tandoor
 env:
     TANDOOR_PORT: 8089