diff --git a/Home.md b/Home.md index bfda84e..23c00b2 100644 --- a/Home.md +++ b/Home.md @@ -30,7 +30,18 @@ Here is an example of the config.xml: ### Docker To build tcor as docker image, execute `docker build -t tcor:latest .` If the build was successfull, -you can run tcor via `docker run -v {path-to-the-settings-file}:/tcor -p 8080:8080 tcor`. +you can run tcor via `docker run -v {path-to-the-tcor-folder}:/tcor -p 8080:8080 tcor`. + +``` yml +version: "3" +services: + tcor: + image: tcor:latest + ports: + - 8080:8080 + volumes: + - {path-to-the-tcor-folder}:/tcor +``` ### Libraries * jsoup: https://jsoup.org/