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
No related tags found
No related merge requests found
...@@ -216,7 +216,9 @@ services: ...@@ -216,7 +216,9 @@ services:
{% endif %} {% endif %}
hub: hub:
image: 'elgalu/selenium' image: 'tianon/true'
entrypoint: '/true'
#image: 'elgalu/selenium'
volumes: volumes:
- /dev/shm:/dev/shm - /dev/shm:/dev/shm
privileged: true privileged: true
...@@ -230,7 +232,9 @@ services: ...@@ -230,7 +232,9 @@ services:
- php - php
chrome: chrome:
image: 'elgalu/selenium' image: 'tianon/true'
entrypoint: '/true'
#image: 'elgalu/selenium'
depends_on: depends_on:
- hub - hub
volumes: 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