We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2580fe9 commit 3733781Copy full SHA for 3733781
3 files changed
.gitignore
@@ -15,5 +15,6 @@
15
/phpspec.yml
16
/phpunit.xml
17
/docker-compose.override.yml
18
+/compose.override.yaml
19
20
.phpunit.result.cache
docker-compose.override.sample.yml compose.override.sample.yamldocker-compose.override.sample.yml renamed to compose.override.sample.yaml
@@ -3,7 +3,7 @@ services:
3
ports:
4
- 3306:3306
5
6
- mailhog:
+ mailpit:
7
8
- "8025:8025"
9
- "1025:1025"
docker-compose.yml compose.yamldocker-compose.yml renamed to compose.yaml
@@ -1,4 +1,3 @@
1
-version: '3.4'
2
services:
db:
image: 'mysql:8.0'
@@ -10,8 +9,8 @@ services:
10
volumes:
11
- mysql_data:/var/lib/mysql:rw
12
13
14
- image: 'mailhog/mailhog:latest'
+ image: 'axllent/mailpit:latest'
mysql_data:
0 commit comments