diff --git a/README.md b/README.md index 5b995da..e3e0ab0 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Repo version of docker volumes exists only for history and documentation. ## Editing and Maintenance -Using code server docker container on homesrv01 with volume has_config bind to repo folder volumes/config +Using code server docker container on homesrv01 with volume has_config bind to repo folder volumes/config. ```yaml --- @@ -67,3 +67,12 @@ services: name: has_app_config ... ``` + +On code server workspace. + +```bash +cd /config/workspace +mkdir has +cd has +git clone ssh://git@git.limbosolutions.com:2222/marcio.fernandes/homeAssistant.git . +```