Skip to main content

Xyphyn/photon for Lemmy

 

version: '3.3'
services:
    xyphyn:
        ports:
            - '8080:3000'
        environment:
            - PUBLIC_INSTANCE_URL=lemmy.ml
        image: 'ghcr.io/xyphyn/photon:latest'