Fixing docker documentation in README.md. Adding docker-compose.md to the documentation

This commit is contained in:
andormarkus 2021-02-01 20:20:16 +01:00
parent 95646c105d
commit 4a885025f6

View file

@ -41,6 +41,10 @@ docker run -p 8080:8080
```
Then access the web UI at [http://localhost:8080](http://localhost:8080).
### Docker Compose
If you prefer to use `docker-compose` please refer to the [documentation](docker-compose.md).
## Building With Docker