配置公网 docker 部署
This commit is contained in:
@@ -24,10 +24,11 @@ MINIO_ACCESS_KEY=minioadmin
|
||||
MINIO_SECRET_KEY=minioadmin
|
||||
|
||||
# XXXX Browser-facing MinIO endpoint used to generate image/frame presigned URLs.
|
||||
# LAN example: localhost:9000 and MINIO_SECURE=false
|
||||
# Public-domain example: seg-minio.example.com and MINIO_SECURE=true
|
||||
# LAN example: localhost:9000 with MINIO_SECURE=false
|
||||
# Public-domain example: seg-minio.example.com with MINIO_PUBLIC_SECURE=true
|
||||
MINIO_PUBLIC_ENDPOINT=localhost:9000
|
||||
MINIO_SECURE=false
|
||||
# MINIO_PUBLIC_SECURE=true
|
||||
|
||||
# Local directory containing SAM 2.1 checkpoints.
|
||||
# Keep ./models for a self-contained deploy, or point to another path only when deliberately sharing a model cache.
|
||||
|
||||
Reference in New Issue
Block a user