Skip to content

Commit

Permalink
build: update MINIO_BROWSER value to string
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 18, 2023
1 parent ee67ed2 commit 3808825
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ services:
MINIO_ROOT_USER: ${S3_ACCESS_KEY}
MINIO_ROOT_PASSWORD: ${S3_SECRET_KEY}
MINIO_VOLUMES: "/mnt/data"
MINIO_BROWSER: off
MINIO_BROWSER: "off"
volumes:
- fmtm_data:/mnt/data
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.noodk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ services:
MINIO_ROOT_USER: ${S3_ACCESS_KEY:-fmtm}
MINIO_ROOT_PASSWORD: ${S3_SECRET_KEY:-somelongpassword}
MINIO_VOLUMES: "/mnt/data"
MINIO_BROWSER: off
MINIO_BROWSER: "off"
volumes:
- fmtm_data:/mnt/data
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ services:
MINIO_ROOT_USER: ${S3_ACCESS_KEY:-fmtm}
MINIO_ROOT_PASSWORD: ${S3_SECRET_KEY:-somelongpassword}
MINIO_VOLUMES: "/mnt/data"
MINIO_BROWSER: off
MINIO_BROWSER: "off"
volumes:
- fmtm_data:/mnt/data
ports:
Expand Down

0 comments on commit 3808825

Please sign in to comment.