Skip to content

[BUG] lscr.io does not have an ipv6 address #78

@tosokang

Description

@tosokang

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

lscr.io is unaccessible via an ipv6 network

Expected Behavior

lscr.io is accessible via an ipv6 network

Steps To Reproduce

  1. use docker compose up -d
  2. shows error : Get "https://lscr.io/v2/": dial tcp 42.33.86.107:443: connect: network is unreachable

Environment

- OS:debian 12 
- How docker service was installed:
 Official Repos

CPU architecture

x86-64

Docker creation

---
services:
  firefox:
    image: lscr.io/linuxserver/firefox:latest
    container_name: firefox
    security_opt:
      - seccomp:unconfined #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - FIREFOX_CLI=https://www.linuxserver.io/ #optional
    volumes:
      - /path/to/firefox/config:/config
    ports:
      - 3000:3000
      - 3001:3001
    shm_size: "1gb"
    restart: unless-stopped

Container logs

firefoc Error Get "https://lscr.io/v2/": dial tcp 42.33.86.107:443: connect: network is unreachable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions