Fixing docker documentation in README.md. Adding docker-compose.md to the documentation
This commit is contained in:
parent
95646c105d
commit
4a885025f6
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue