Merge pull request #8286 from penpot/fc-fix-ipv6-fronted

🎉 Enable IPv6 support for docker images
This commit is contained in:
Francis Santiago 2026-02-10 16:01:06 +01:00 committed by GitHub
commit 15fa6206e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
resolver $PENPOT_INTERNAL_RESOLVER ipv6=off valid=10s;
resolver $PENPOT_INTERNAL_RESOLVER valid=10s;

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;