README.md

This commit is contained in:
2024-08-31 03:17:40 +01:00
parent 31241c00ee
commit 815bce22de

23
README.md Normal file
View 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
...
```