Skip to content

Commit

Permalink
name the container
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Feb 13, 2024
1 parent cf5426b commit 4060276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# DOCKER_CONTAINER=sitespeedio/sitespeed.io:25.5.1

DOCKER_CONTAINER=sitespeedio/sitespeed.io-autobuild:main
DOCKER_SETUP="--cap-add=NET_ADMIN --shm-size=4g --rm -v /config:/config -v "$(pwd)":/sitespeed.io -v /etc/localtime:/etc/localtime:ro -e MAX_OLD_SPACE_SIZE=3072 "
DOCKER_SETUP="--cap-add=NET_ADMIN --shm-size=4g --rm -v /config:/config -v "$(pwd)":/sitespeed.io -v /etc/localtime:/etc/localtime:ro -e MAX_OLD_SPACE_SIZE=3072 --name sitespeedio"
DESKTOP_BROWSERS_DOCKER=(chrome firefox)
DESKTOP_BROWSERS=(chrome firefox edge)
EMULATED_MOBILE_BROWSERS=(chrome)
Expand Down

0 comments on commit 4060276

Please sign in to comment.