Skip to content

Commit

Permalink
update minio access and secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Dec 6, 2023
1 parent 446dee2 commit 5ee0819
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker-compose-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ services:
-Ddataverse.files.minio1.path-style-access=true
-Ddataverse.files.minio1.upload-redirect=false
-Ddataverse.files.minio1.download-redirect=false
-Ddataverse.files.minio1.access-key=minioadmin
-Ddataverse.files.minio1.secret-key=minioadmin
-Ddataverse.files.minio1.access-key=4cc355_k3y
-Ddataverse.files.minio1.secret-key=s3cr3t_4cc355_k3y
ports:
- '8080:8080'
networks:
Expand Down Expand Up @@ -160,9 +160,8 @@ services:
volumes:
- ${RUNNER_TEMP}/minio_storage:/data
environment:
# these are the defaults but are here for clarity
MINIO_ROOT_USER: minioadmin
MINIO_ROOT_PASSWORD: minioadmin
MINIO_ROOT_USER: 4cc355_k3y
MINIO_ROOT_PASSWORD: s3cr3t_4cc355_k3y
command: server /data

networks:
Expand Down

0 comments on commit 5ee0819

Please sign in to comment.