Add README
This commit is contained in:
parent
2f79da3c1d
commit
0891843cb3
23
README.md
Normal file
23
README.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user