This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
OpenSource
/
dify
보기
4
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
152
위키
Activity
소스 검색
feat: nginx add "restart: always" (
#1829
)
tags/0.4.0
takatost
1 년 전
부모
6b57e4e0ff
커밋
438912700c
No account linked to committer's email address
1개의 변경된 파일
과
1개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
1
0
docker/docker-compose.yaml
+ 1
- 0
docker/docker-compose.yaml
파일 보기
@@ -294,6 +294,7 @@ services:
# used for reverse proxying the API service and Web service.
nginx:
image: nginx:latest
restart: always
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
Write
Preview
Loading…
취소
저장