mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-09 07:15:38 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
059e141daa |
@@ -2,6 +2,11 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.2.8] - 2026-02-27
|
||||
|
||||
### Fixed
|
||||
- **Ragflow** - Fix nginx config mount path (`sites-available/default` → `conf.d/default.conf`) to resolve default "Welcome to nginx!" page (#41)
|
||||
|
||||
## [1.2.7] - 2026-02-27
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -1030,10 +1030,10 @@ services:
|
||||
REDIS_HOST: ragflow-redis
|
||||
REDIS_PASSWORD: ${RAGFLOW_REDIS_PASSWORD}
|
||||
REDIS_PORT: 6379
|
||||
SVR_HTTP_PORT: 80
|
||||
SVR_HTTP_PORT: 9380
|
||||
volumes:
|
||||
- ragflow_data:/ragflow
|
||||
- ./ragflow/nginx.conf:/etc/nginx/sites-available/default:ro
|
||||
- ./ragflow/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
depends_on:
|
||||
ragflow-elasticsearch:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user