From 0facf469b5e3a51aac051756125ea1556987862a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 24 Aug 2024 23:15:32 +0100 Subject: [PATCH] modified: README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 . +```