When I connect to it, I always get lemmy.world as the default instance. Any ideas?

My docker-compose.yml:

services:
  voyager:
    image: ghcr.io/aeharding/voyager:latest
    restart: always
    volumes:
      - "/etc/localtime:/etc/localtime:ro"
    environment:
      - CUSTOM_LEMMY_SERVERS=sh.itjust.works
    labels:
      - com.centurylinklabs.watchtower.enable=true
      - autoheal=true
    healthcheck:
      test: ['CMD-SHELL', 'nc -z localhost 5314 || exit 1']
      interval: 2s
      timeout: 1s
      retries: 10

  • krnl386@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I noticed that as well; seems like a regression bug, unless that feature has been deprecated.