Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
OpenSource
/
dify
Segui
4
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
152
Wiki
Attività
Sfoglia il codice sorgente
feat: nginx add "restart: always" (
#1829
)
tags/0.4.0
takatost
1 anno fa
parent
6b57e4e0ff
commit
438912700c
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
docker/docker-compose.yaml
+ 1
- 0
docker/docker-compose.yaml
Vedi 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…
Annulla
Salva