snappymail/.docker/release/files
Leonard Jonathan Oh e37546b795 Fix (docker): Ensure nginx does not listen on ipv6 in ipv4-only environments
The official nginx images do not listen on ipv6, very likely to avoid nginx crashing on startup in ipv4-only environments:

```
docker run --rm -it nginx:alpine cat /etc/nginx/conf.d/default.conf | grep -i listen
```

Hence, we simply need to detect whether ipv6 is disabled, and not listen on ipv6 if ipv6 is disabled in the kernel or in the container.
2025-02-26 06:25:09 +00:00
..
etc/nginx fix spacing 2024-09-22 19:02:57 +02:00
snappymail Enhancement: Add Docker Hub image (#965) 2023-11-20 15:01:26 +01:00
usr/local/etc/php-fpm.d Drop application.ini for Docker #965 2023-11-21 21:10:33 +01:00
entrypoint.sh Fix (docker): Ensure nginx does not listen on ipv6 in ipv4-only environments 2025-02-26 06:25:09 +00:00
listener.php Add better Docker development and prod support 2020-11-26 15:14:51 +01:00
supervisor.conf Enhancement: Add Docker Hub image (#965) 2023-11-20 15:01:26 +01:00