Skip to content

Commit

Permalink
Add explaining text about localhost in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jun 4, 2024
1 parent b5098be commit 1ac3a55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions testrunner/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ location:
# If you choose to run sitespeed.io docker containers make sure
# to run: sudo modprobe ifb numifbs=1
# on the host so that setting connectivity will work
# Also remember that localhost inside the container isn't automatically
# the same as localhost on the server:
# 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.
# On Mac you can use --s3.endpoint http://host.docker.internal:9000 and on Linux
# you can use yoru actual IP.
useDocker: false

- name: "Emulated Mobile"
Expand Down

0 comments on commit 1ac3a55

Please sign in to comment.