README.md
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
|
||||||
|
# home assistant config
|
||||||
|
|
||||||
|
## Editing and Maintenance
|
||||||
|
|
||||||
|
Using code server docker container on homesrv01 with volume has_config.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
---
|
||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
code-server:
|
||||||
|
....
|
||||||
|
volumes:
|
||||||
|
....
|
||||||
|
- has_config:/config/workspace/has/volumes/config
|
||||||
|
....
|
||||||
|
volumes:
|
||||||
|
...
|
||||||
|
has_config:
|
||||||
|
name: has_app_config
|
||||||
|
...
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user