readme updates

This commit is contained in:
John Lancaster
2024-05-19 20:34:59 -05:00
parent a431216cfe
commit 3d2da83452
2 changed files with 10 additions and 5 deletions

View File

@@ -2,8 +2,13 @@
Zigbee smarthome stack
- Mosquitto ([eclipse-mosquitto](https://hub.docker.com/_/eclipse-mosquitto))
- Zigbee2MQTT (koenkk/[zigbee2mqtt](https://hub.docker.com/r/koenkk/zigbee2mqtt/))
| Service | Name | Image |
|---------|-------------|----------------------|
| mqtt | mosquitto | [eclipse-mosquitto] |
| z2m | zigbee2mqtt | [koenkk/zigbee2mqtt] |
[eclipse-mosquitto]: https://hub.docker.com/_/eclipse-mosquitto
[koenkk/zigbee2mqtt]: https://hub.docker.com/r/koenkk/zigbee2mqtt
## Setup
@@ -33,8 +38,8 @@ Process:
### 4. Mount backup
Mount from within Proxmox using the `pct` tool
Mount from within Proxmox using the `pct` tool.
```bash
pct set 101 -mp0 /mnt/docker_volume_backups/zigbee,mp=/mnt/backups
pct set $VMID -mp0 $BACKUP_DIR,mp=/mnt/backups
```