Skip to content

Commit

Permalink
fix: add test port.
Browse files Browse the repository at this point in the history
  • Loading branch information
FGadvancer committed Nov 29, 2023
1 parent 43f7340 commit a26a452
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 @@ -112,7 +112,7 @@ services:
image: minio/minio
ports:
- "${MINIO_PORT}:9000"
- "19090:9090"
- "29090:9090"
container_name: minio-a
volumes:
- "${DATA_DIR}/components/mnt/data:/data"
Expand Down

0 comments on commit a26a452

Please sign in to comment.