Skip to content
Snippets Groups Projects
Commit 9e6ad935 authored by jurgenhaas's avatar jurgenhaas
Browse files

#30 Disable selenium containers by default

parent e4da1870
No related branches found
Tags v3.7.33
No related merge requests found
......@@ -216,7 +216,9 @@ services:
{% endif %}
hub:
image: 'elgalu/selenium'
image: 'tianon/true'
entrypoint: '/true'
#image: 'elgalu/selenium'
volumes:
- /dev/shm:/dev/shm
privileged: true
......@@ -230,7 +232,9 @@ services:
- php
chrome:
image: 'elgalu/selenium'
image: 'tianon/true'
entrypoint: '/true'
#image: 'elgalu/selenium'
depends_on:
- hub
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment