Fixed network v2
This commit is contained in:
@@ -6,6 +6,9 @@ services:
|
||||
- "host.docker.internal:host-gateway"
|
||||
depends_on:
|
||||
- mailer
|
||||
networks:
|
||||
backend:
|
||||
ipv4_address: 172.23.0.10
|
||||
|
||||
###> doctrine/doctrine-bundle ###
|
||||
###< doctrine/doctrine-bundle ###
|
||||
@@ -19,4 +22,7 @@ services:
|
||||
environment:
|
||||
MP_SMTP_AUTH_ACCEPT_ANY: 1
|
||||
MP_SMTP_AUTH_ALLOW_INSECURE: 1
|
||||
networks:
|
||||
backend:
|
||||
ipv4_address: 172.23.0.13
|
||||
###< symfony/mailer ###
|
||||
|
||||
Reference in New Issue
Block a user