docker-magento icon indicating copy to clipboard operation
docker-magento copied to clipboard

Fix issue with /etc/hosts format that causes issues when using MAMP

Open markshust opened this issue 4 years ago • 0 comments

Description

Values for IP4 & IP6 written to /etc/hosts should be written on separate lines, as per official docs https://man7.org/linux/man-pages/man5/hosts.5.html#EXAMPLES

The current usage of single lines is the format for aliases, not IP4/IP6. This throws errors in MAMP:

CleanShot 2021-12-22 at 18 14 52

markshust avatar Dec 22 '21 17:12 markshust