this post was submitted on 11 Jul 2023
10 points (100.0% liked)

Voyager

5515 readers
18 users here now

The official lemmy community for Voyager, an open source, mobile-first client for lemmy.

Download on App Store

Download on Play Store

Use as a Web App

Download on F-Droid

Rules

  1. Be nice.
  2. lemmy.world instance policy

Sponsor development! ๐Ÿ‘‡

Number of sponsors badge

๐Ÿ’™

founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[โ€“] krnl386@lemmy.ca 2 points 1 year ago

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