We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e8a09 commit c83f31dCopy full SHA for c83f31d
1 file changed
tests/docker-compose.test.yml
@@ -4,6 +4,9 @@
4
version: '2'
5
services:
6
php:
7
+ build:
8
+ dockerfile: Dockerfile
9
+ context: .
10
working_dir: /app/tests
11
ports:
12
- 80
@@ -37,7 +40,7 @@ services:
37
40
38
41
- '3306'
39
42
firefox:
- image: selenium/standalone-firefox-debug:2.53.0
43
+ image: selenium/standalone-firefox-debug:2.53.1
44
# workaround for Docker Beta, see https://github.com/SeleniumHQ/docker-selenium/issues/227#issuecomment-224865735
45
dns: 8.8.4.4
46
environment:
0 commit comments