forked from LBRYCommunity/lbry-sdk
Create README.md
This commit is contained in:
parent
3123cf7ac6
commit
dd54fcbdbd
1 changed files with 9 additions and 0 deletions
9
docker/README.md
Normal file
9
docker/README.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
### How to run with docker-compose
|
||||||
|
1. Edit config file and after that fix permissions with
|
||||||
|
```
|
||||||
|
sudo chown -R 999:999 webconf.yaml
|
||||||
|
```
|
||||||
|
2. Start SDK with
|
||||||
|
```
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
Loading…
Reference in a new issue