We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a373c0 commit 55d44bfCopy full SHA for 55d44bf
phplist-dev.yml
@@ -25,6 +25,8 @@ services:
25
image: mailhog/mailhog:latest
26
ports:
27
- 8025:8025
28
+ environment:
29
+ MH_SMTP_BIND_ADDR: 0.0.0.0:25
30
31
phplist:
32
container_name: phplist
phplist.yml
@@ -18,6 +18,8 @@ services:
18
19
20
21
22
23
24
@@ -31,7 +33,7 @@ services:
33
- "${PORT:-8000}:80"
34
restart: always
35
environment:
- DB_HOST: dbhost
36
+ DB_HOST: phplist_dbhost
37
DB_USER: ${MYSQL_USER}
38
DB_PASSWORD: ${MYSQL_PASSWORD}
39
DB_NAME: ${MYSQL_DATABASE}
0 commit comments