fix(aurora): avoid port clash with native launchd instance on NODA2
This commit is contained in:
@@ -85,10 +85,10 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
container_name: aurora-service-node2
|
||||
ports:
|
||||
- "127.0.0.1:9401:9401"
|
||||
- "127.0.0.1:9402:9401"
|
||||
environment:
|
||||
- AURORA_DATA_DIR=/data/aurora
|
||||
- AURORA_PUBLIC_BASE_URL=http://127.0.0.1:9401
|
||||
- AURORA_PUBLIC_BASE_URL=http://127.0.0.1:9402
|
||||
- AURORA_CORS_ORIGINS=*
|
||||
- AURORA_MODELS_DIR=/data/aurora/models
|
||||
- AURORA_FORCE_CPU=false
|
||||
|
||||
Reference in New Issue
Block a user