Skip to content

Commit

Permalink
Simplify configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot authored Jan 18, 2024
1 parent 0ab7d95 commit 323d3a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions symfony/mailer/4.3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,13 @@
"services": [
"mailer:",
" image: axllent/mailpit",
" restart: always",
" volumes:",
" - mailer_data:/data",
" ports:",
" - \"1025\"",
" - \"8025\"",
" environment:",
" MP_MAX_MESSAGES: 5000",
" MP_DATA_FILE: /data/mailpit.db",
" MP_SMTP_AUTH_ACCEPT_ANY: 1",
" MP_SMTP_AUTH_ALLOW_INSECURE: 1"
],
"volumes": ["mailer_data:"]
}

Check failure on line 20 in symfony/mailer/4.3/manifest.json

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Expecting property name enclosed in double quotes
},
"aliases": ["mailer", "mail"]
Expand Down

0 comments on commit 323d3a9

Please sign in to comment.