Skip to content

Commit 0c6e358

Browse files
committed
fix: minio use ssl
1 parent f27d63a commit 0c6e358

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

start

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ docker run -d --rm \
6363
-e S3_ENDPOINT_LOCAL=object-storage:9000 \
6464
-e S3_ACCESS_KEY=kern \
6565
-e S3_SECRET_KEY=r6ywtR33!DMlaL*SUUdy \
66+
-e S3_USE_SSL=0 \
6667
-e POSTGRES=postgresql://postgres:kern@graphql-postgres:5432 \
6768
-e MODEL_PROVIDER=http://refinery-model-provider:80 \
6869
-e WS_NOTIFY_ENDPOINT="http://refinery-websocket:8080" \

0 commit comments

Comments
 (0)