mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-09 08:50:05 +08:00
Fixed IP for MySQL to prevent IPv6 issues
This commit is contained in:
parent
5efe0b9a88
commit
8eeae43824
@ -44,6 +44,7 @@ services:
|
||||
dns_search: mailcow-network
|
||||
networks:
|
||||
mailcow-network:
|
||||
ipv4_address: 172.22.1.250
|
||||
aliases:
|
||||
- mysql
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user