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