🎉 Enable IPv6 support for docker images

This commit is contained in:
Francis Santiago committed 2026-02-10 15:52:33 +01:00
1 parent 2ccb33ba89
commit 3281819283
2 files changed
+2 -1

No files matched your search

@@ -1 +1 @@
resolver $PENPOT_INTERNAL_RESOLVER ipv6=off valid=10s;
resolver $PENPOT_INTERNAL_RESOLVER valid=10s;
+1
View File
@@ -73,6 +73,7 @@ http {
server {
listen 8080 default_server;
listen [::]:8080 default_server;
server_name _;
client_max_body_size $PENPOT_HTTP_SERVER_MAX_MULTIPART_BODY_SIZE;