Posts by Leonardo Almeida • 53 points
1 post
- 
		5 votes1 answer2838 viewsQ: Docker Compose LinkI am using Docker Compose to climb a set of three containers "Selenium Grid": selenium-hub: image: selenium/hub container_name: selenium-hub ports: - 4444:4444 nodeff: image: selenium/node-firefox…