diff --git a/tests/docker-compose-test-s3.yml b/tests/docker-compose-test-s3.yml index be4c808..1350cf9 100644 --- a/tests/docker-compose-test-s3.yml +++ b/tests/docker-compose-test-s3.yml @@ -5,7 +5,6 @@ services: image: "$DOCKER_IMAGE" entrypoint: "bash" command: ["/test.sh"] - hostname: itest environment: IN_CONTAINER: 'true' SKIP_ON_START: 'true' @@ -20,7 +19,6 @@ services: minio: image: minio/minio command: server /data - hostname: minio expose: - "9000" environment: