Update README.md

This commit is contained in:
tteck 2021-08-12 12:16:25 -04:00 committed by GitHub
parent 70d1bfda62
commit 3644038dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -31,6 +31,19 @@ To create a new Proxmox 6 Home Assistant Container, run the following from Proxm
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/pve6_ha_container.sh)" bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/pve6_ha_container.sh)"
``` ```
## Defaults
32GB storage and 512 MiB memory,
go to Resources > Memory and edit your memory amount (4GB=4096) and cores (2)
For Home Assistant interface http:// (LXC IP) :8123
For Portainer interface http:// (LXC IP) :9000
Path to HA configuration.yaml
```
/var/lib/docker/volumes/hass_config/_data
</details> </details>
@ -48,6 +61,19 @@ To create a new Proxmox 7 Home Assistant Container, run the following from Proxm
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/pve7_ha_container.sh)" bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/pve7_ha_container.sh)"
``` ```
## Defaults
32GB storage and 512 MiB memory,
go to Resources > Memory and edit your memory amount (4GB=4096) and cores (2)
For Home Assistant interface http:// (LXC IP) :8123
For Portainer interface http:// (LXC IP) :9000
Path to HA configuration.yaml
```
/var/lib/docker/volumes/hass_config/_data
</details> </details>