This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
feat: nginx add "restart: always" (
#1829
)
tags/0.4.0
takatost
1 year ago
parent
6b57e4e0ff
commit
438912700c
No account linked to committer's email address
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
docker/docker-compose.yaml
+ 1
- 0
docker/docker-compose.yaml
View File
@@ -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…
Cancel
Save