Update Docker network configuration in compose-plesk.yaml to disable IPv6 support
This commit is contained in:
parent
4d0baed4b2
commit
d9c7ad66ad
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user