Create README.md

This commit is contained in:
kodxana 2021-07-01 18:21:20 +02:00 committed by GitHub
parent 3123cf7ac6
commit dd54fcbdbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
docker/README.md Normal file
View 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
```