docker-headless.yaml 248 B

12345678910111213
  1. services:
  2. selenium:
  3. image: selenium
  4. build: ubuntu
  5. init: true
  6. ports:
  7. - "9515:9515"
  8. volumes:
  9. - "/etc/localtime:/etc/localtime:ro"
  10. - "./download:/home/ubuntu/download"
  11. user: 1000:1000