removed bound ports to avoid clashing with servers minio instance
This commit is contained in:
@@ -66,9 +66,6 @@ def minio_container() -> Generator[dict[str, str]]:
|
||||
image=MINIO_DOCKER_IMAGE,
|
||||
access_key=access_key,
|
||||
secret_key=secret_key,
|
||||
).with_bind_ports( # expose webUI on 9001
|
||||
container=9001,
|
||||
host=9001,
|
||||
)
|
||||
container.start()
|
||||
# Build environment variables dictionary
|
||||
|
||||
Reference in New Issue
Block a user