modified: README.md
This commit is contained in:
11
README.md
11
README.md
@@ -49,7 +49,7 @@ Repo version of docker volumes exists only for history and documentation.
|
|||||||
|
|
||||||
## Editing and Maintenance
|
## 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
|
```yaml
|
||||||
---
|
---
|
||||||
@@ -67,3 +67,12 @@ services:
|
|||||||
name: has_app_config
|
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 .
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user