Skip to content

Commit

Permalink
use internal domain name to upload data to minio
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneliu0019 authored Oct 15, 2024
1 parent ecf89c1 commit 9a78337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/csghub/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ services:
STARHUB_SERVER_REDIS_ENDPOINT: redis:6379
STARHUB_SERVER_S3_ACCESS_KEY_ID: admin
STARHUB_SERVER_S3_ACCESS_KEY_SECRET: Password_123
STARHUB_SERVER_S3_ENDPOINT: ${SERVER_DOMAIN}:9000
STARHUB_SERVER_S3_ENDPOINT: minio:9000
STARHUB_SERVER_S3_BUCKET: opencsg-server-lfs
STARHUB_SERVER_S3_REGION: cn-beijing
STARHUB_SERVER_S3_ENABLE_SSL: false
Expand Down

0 comments on commit 9a78337

Please sign in to comment.