Update Docker network configuration in compose-plesk.yaml to disable IPv6 support

This commit is contained in:
T. Narantuya 2025-09-01 15:26:53 +09:00
parent 4d0baed4b2
commit d9c7ad66ad

View File

@ -114,4 +114,7 @@ volumes:
networks:
portal-network:
driver: bridge
driver_opts:
com.docker.network.enable_ipv6: "false"
enable_ipv6: false
name: portal-plesk-network