Add README

This commit is contained in:
3wc 2021-06-01 22:54:06 +02:00
parent 2f79da3c1d
commit 0891843cb3
1 changed files with 23 additions and 0 deletions

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# Docker-go-ssb-room
Dockerfile for https://github.com/ssb-ngi-pointer/go-ssb-room/
## Using
Plain Docker:
```sh
docker run \
-e "DOMAIN=yourdomain.com" \
-v "$PWD/data:/app/data" \
-p "3000:3000" \
3wordchant/go-ssb-room:2.0.3
```
[Co-op Cloud](https://coopcloud.tech):
```sh
abra app new go-ssb-room
# answer prompts
abra app room.example.com deploy
```