Comment on YSK: If you set up a Lemmy instance, and follow the Docker setup instructions to the letter, it will send lemmy.ml your admin password during the setup process

<- View Parent
uranibaba@lemmy.world ⁨5⁩ ⁨days⁩ ago

I would fix it if we had a link. This problem is not present in the main branch.

github.com/LemmyNet/lemmy/…/docker-compose.yml

environment:
      # this needs to match the hostname defined in the lemmy service
      - LEMMY_UI_LEMMY_INTERNAL_HOST=lemmy:8536
      # set the outside hostname here
      - LEMMY_UI_LEMMY_EXTERNAL_HOST=localhost:1236
      - LEMMY_UI_HTTPS=false
      - LEMMY_UI_DEBUG=true

source
Sort:hotnewtop