Skip to content

Commit

Permalink
fix: update environment sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
FGadvancer committed Jan 23, 2024
1 parent bdb6e16 commit c7eff49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ services:
image: minio/minio:${MINIO_IMAGE_VERSION:-RELEASE.2024-01-11T07-46-16Z}
ports:
- "${MINIO_PORT:-10005}:9000"
- "9090:9090"
- "39090:9090"
container_name: minio-a
volumes:
- "${DATA_DIR:-./}/components/mnt/data:/data"
Expand Down

0 comments on commit c7eff49

Please sign in to comment.