Skip to content

Commit 3733781

Browse files
committed
Update docker files
1 parent 2580fe9 commit 3733781

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
/phpspec.yml
1616
/phpunit.xml
1717
/docker-compose.override.yml
18+
/compose.override.yaml
1819

1920
.phpunit.result.cache
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
ports:
44
- 3306:3306
55

6-
mailhog:
6+
mailpit:
77
ports:
88
- "8025:8025"
99
- "1025:1025"
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.4'
21
services:
32
db:
43
image: 'mysql:8.0'
@@ -10,8 +9,8 @@ services:
109
volumes:
1110
- mysql_data:/var/lib/mysql:rw
1211

13-
mailhog:
14-
image: 'mailhog/mailhog:latest'
12+
mailpit:
13+
image: 'axllent/mailpit:latest'
1514

1615
volumes:
1716
mysql_data:

0 commit comments

Comments
 (0)