Skip to content

Commit 8e42e9a

Browse files
authored
Update troubleshooting.md
1 parent ea26a06 commit 8e42e9a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

guide/development/troubleshooting.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ Login docker CLI
111111
- check shared memory settings for *Selenium* container (`/dev/shm`)
112112
- removed unnecessary host-volumes
113113

114+
#### Failing Mailcatcher tests
115+
116+
Use a tagged image matching the codeception module version
117+
118+
image: tophfr/mailcatcher:0.6.5_2
119+
120+
114121
#### `chown` commands in Dockefile
115122

116123
For every file, which is "chownd" a copy is created...
@@ -169,4 +176,4 @@ Running `docker-compose` on Windows can be painfully, because at least up to ver
169176

170177
As a workaround you can use `docker exec -it appname_php_1 bash` to start a bash in a PHP container.
171178

172-
We recommend to run Docker CLI tools from a Linux VM on Windows.
179+
We recommend to run Docker CLI tools from a Linux VM on Windows.

0 commit comments

Comments
 (0)