Docker image of snort, an UI for the nostr protocol.
services:
  snort:
    image: dockurr/snort
    container_name: snort
    ports:
      - 80:8080
    restart: alwaysdocker run -it --rm --name snort -p 80:8080 docker.io/dockurr/snortSee snort.social to see the project in action.
