Skip to content

Instantly share code, notes, and snippets.

@Vinay08sharma
Last active September 24, 2021 05:44
Show Gist options
  • Save Vinay08sharma/a18846392fcc64875ceda2dd711e8155 to your computer and use it in GitHub Desktop.
Save Vinay08sharma/a18846392fcc64875ceda2dd711e8155 to your computer and use it in GitHub Desktop.
# #this is working docker file
version: "3.8"
services:
web:
image: selenium/standalone-chrome
volumes:
- /dev/shm:/dev/shm
- ./tempDownload:/home/seluser/Downloads
ports:
- 4446:4444
- 0.0.0.0:9222:9222
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment