snappymail/.docker/release
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
..
files Fix (docker): Ensure nginx does not listen on ipv6 in ipv4-only environments 2025-02-26 06:25:09 +00:00
test Fix (docker): Use 127.0.0.1 instead of localhost to test snappymail in entrypoint.sh (#1325) 2023-11-23 00:36:36 +01:00
Dockerfile docker hub php83 fails, trying php82 2023-12-31 13:33:31 +01:00