Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mariiatuzovska committed Dec 11, 2024
1 parent 0c45a03 commit 6991bdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ To run integration tests, you can start `fake-gcs-server` in Docker with the fol
docker run -d --name fake-gcs-server -p 4443:4443 fsouza/fake-gcs-server -scheme http -public-host 0.0.0.0:4443
```

> [!NOTE]
> The `-scheme http` and `-public-host 0.0.0.0:4443` flags are required to run the tests correctly:
> - `-public-host 0.0.0.0:4443` ensures that readers are created correctly. For more details, refer to [this issue]
[!NOTE]
The `-scheme http` and `-public-host 0.0.0.0:4443` flags are required to run the tests correctly:
- `-public-host 0.0.0.0:4443` ensures that readers are created correctly. For more details, refer to [this issue]
(https://github.com/fsouza/fake-gcs-server/issues/201).
> - `-scheme http` is required for proper local hosting without TLS checks. The GCS client has issues connecting to HTTPS servers, as it verifies the TLS certificate and fails in this setup.
- `-scheme http` is required for proper local hosting without TLS checks. The GCS client has issues connecting to HTTPS servers, as it verifies the TLS certificate and fails in this setup.

## Run Integration Tests

Expand Down

0 comments on commit 6991bdb

Please sign in to comment.