modified: README.md

This commit is contained in:
2024-08-24 23:15:32 +01:00
parent 4f8417fcf7
commit 0facf469b5

View File

@@ -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 .
```