Add 'scripts/selenium/launch-docker.sh'

pull/4/head
drunkendog 2022-12-14 19:22:43 +00:00
parent 85a5cd9be5
commit 3fc76cc50e
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
docker run --net main_subnet --ip 172.30.13.1 \
-e TZ=America/New_York \
--name=selenium \
-v /opt/changedetector/datastore:/datastore \
--restart unless-stopped \
--shm-size="2g" \
selenium/standalone-chrome