Hi,

On Fri, 20 Aug 2021 16:45:03 +0200 Songbo Wang <son...@wsb.onl> wrote:
I ran "docker-compose up" with the following docker-compose.yml

version: '3'

services:
   nginx:
     image: nginx
     ports:
       - 0.0.0.0:8080:80
       - :::8080:80

and found no host IPv6 port was bound to the container, while the IPv4 binding was successful.

Can you try again with IPv6 port only? That should actually bind both IPv4 and IPv6 ports.

--
Cheers,
  Andrej

Reply via email to