Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
console port to static and updated root user env
  • Loading branch information
Daryl.Jezierski committed Sep 21, 2021
1 parent f280162 commit 14a401a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docker/docker-compose-local.yml
@@ -1,3 +1,4 @@

version: '3.7'

networks:
Expand All @@ -10,14 +11,14 @@ services:
image: minio/minio
ports:
- "9000:9000"
command: server /data
- "9001:9001"
command: server /data --console-address ":9001"
environment:
- MINIO_ACCESS_KEY=${DR_LOCAL_ACCESS_KEY_ID}
- MINIO_SECRET_KEY=${DR_LOCAL_SECRET_ACCESS_KEY}
- MINIO_ROOT_USER=${DR_LOCAL_ACCESS_KEY_ID}
- MINIO_ROOT_PASSWORD=${DR_LOCAL_SECRET_ACCESS_KEY}
- MINIO_UID
- MINIO_GID
- MINIO_USERNAME
- MINIO_GROUPNAME
volumes:
- ${DR_DIR}/data/minio:/data

0 comments on commit 14a401a

Please sign in to comment.