Skip to content

Commit

Permalink
build: update minio browser to use env var
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 11, 2024
1 parent 9ab0db4 commit 02bab7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,13 @@ services:
MINIO_ROOT_USER: ${S3_ACCESS_KEY:-fmtm}
MINIO_ROOT_PASSWORD: ${S3_SECRET_KEY:-somelongpassword}
MINIO_VOLUMES: "/mnt/data"
MINIO_BROWSER: "off"
# MINIO_CONSOLE_ADDRESS: ":9090"
MINIO_BROWSER: ${MINIO_BROWSER:-off}
MINIO_CONSOLE_ADDRESS: ":9090"
volumes:
- fmtm_data:/mnt/data
# ports:
# - 9000:9000
# - 9090:9090
ports:
# - 9000:9000
# - 9090:9090
networks:
- fmtm-net
command: minio server
Expand Down

0 comments on commit 02bab7f

Please sign in to comment.