From ae6827bba43849d7204397bc67dc147b8ddebfb0 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Tue, 4 Jun 2024 12:55:06 +0200 Subject: [PATCH] docs: more fixes --- docs/documentation/onlinetest/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/onlinetest/index.md b/docs/documentation/onlinetest/index.md index 4fa668605..3cf1da732 100644 --- a/docs/documentation/onlinetest/index.md +++ b/docs/documentation/onlinetest/index.md @@ -291,7 +291,7 @@ docker: container: "sitespeedio/sitespeed.io:latest" ``` -If you try out teh Docker containers locally on your machine, you need to remember remember that localhost inside the container isn't automatically the same as localhost on the server. You can read about it [here](https://www.sitespeed.io/documentation/sitespeed.io/docker/#access-localhost). +If you try out the Docker containers locally on your machine, you need to remember remember that localhost inside the container isn't automatically the same as localhost on the server. You can read about it [here](https://www.sitespeed.io/documentation/sitespeed.io/docker/#access-localhost). That means if you run everything locally and want to use sitespeed.io docker containers, you need to set `--s3.endpoint` to something else than 127.0.0.1. By default that is set [here](https://github.com/sitespeedio/onlinetest/blob/main/server/config/sitespeed.json).