diff --git a/README.md b/README.md new file mode 100644 index 0000000..e6099d2 --- /dev/null +++ b/README.md @@ -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 + ... + ```