mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Feat: default start admin (#11801)
### What problem does this PR solve? Default start admin when start with docker-compose.yml ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -26,8 +26,8 @@ services:
|
||||
# - --no-json-response # Disable JSON response mode in Streamable HTTP transport (instead of SSE over HTTP)
|
||||
|
||||
# Example configuration to start Admin server:
|
||||
# command:
|
||||
# - --enable-adminserver
|
||||
command:
|
||||
- --enable-adminserver
|
||||
ports:
|
||||
- ${SVR_WEB_HTTP_PORT}:80
|
||||
- ${SVR_WEB_HTTPS_PORT}:443
|
||||
@ -75,8 +75,8 @@ services:
|
||||
# - --no-json-response # Disable JSON response mode in Streamable HTTP transport (instead of SSE over HTTP)
|
||||
|
||||
# Example configuration to start Admin server:
|
||||
# command:
|
||||
# - --enable-adminserver
|
||||
command:
|
||||
- --enable-adminserver
|
||||
ports:
|
||||
- ${SVR_WEB_HTTP_PORT}:80
|
||||
- ${SVR_WEB_HTTPS_PORT}:443
|
||||
|
||||
Reference in New Issue
Block a user