Skip to content

Commit

Permalink
Stream support
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Jul 28, 2023
1 parent 9fd0fdc commit 4e2869c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ services:
strfry:
container_name: strfry
image: "dockurr/strfry:latest"
environment:
STREAMS: "relayable.org,relay.damus.io"
ports:
- 7777:7777
volumes:
- /path/to/strfry.conf:/etc/strfry.conf
- /path/to/strfry-db:/app/strfry-db
ports:
- "7777:7777"
- /path/to/strfry.conf:/etc/strfry.conf
```
[build_url]: https://github.com/dockur/strfry/
Expand Down

0 comments on commit 4e2869c

Please sign in to comment.