change collector port from 8000 to 4000
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
||||
build: ./monitor/collector
|
||||
container_name: rclonemon-collector
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "4000:4000"
|
||||
environment:
|
||||
- MONGO_URL=mongodb://mongo:27017
|
||||
- AGENT_TOKEN=${AGENT_TOKEN}
|
||||
|
||||
@@ -25,4 +25,4 @@ user = ${REAL_SYNOLOGY_USER}
|
||||
pass = $(rclone obscure "${REAL_SYNOLOGY_PASS}")
|
||||
EOF
|
||||
fi
|
||||
exec uvicorn main:app --host 0.0.0.0 --port 8000
|
||||
exec uvicorn main:app --host 0.0.0.0 --port 4000
|
||||
|
||||
Reference in New Issue
Block a user