This website works better with JavaScript.
首頁
探索
說明
註冊
登入
OpenSource
/
dify
關註
4
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
152
Wiki
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…
取消
儲存