diff --git a/README.md b/README.md index 02b0935..5fb2973 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ In order to run fully integrated server using docker using latest docker , run command: ``` -sudo docker run -it --rm -h cluster-deployer-${USER} --name cluster-deployer -P totem/cluster-deployer +sudo docker run -it --rm -h cluster-deployer-${USER} --name cluster-deployer -v /dev/log:/dev/log -P totem/cluster-deployer ``` ### Run Configuration (Environment Variables) @@ -96,7 +96,8 @@ sudo docker run -it --rm -h cluster-deployer-${USER} --name cluster-deployer -P | GITHUB_NOTIFICATION_ENABLED | Set it to true to enable github commit notifications. | false | false | | BASE_URL | Base Url for Cluster Deployer (used for forming notification URLs)| http://localhost:9000| http://172.17.42.1:9000 | | CLUSTER_NAME | Name of the cluster where orchestrator is deployed | local | local | -| TOTEM_ENV | Name of totem environment (e.g. production, local, development) | local | +| TOTEM_ENV | Name of totem environment (e.g. production, local, development) | local | local | +| LOG_IDENTIFIER | Program name/tag used for syslog | N/A | yoda-proxy |