docs: use verified debian 13 template path in examples

This commit is contained in:
Fredrick Amnehagen 2026-02-05 19:50:32 +01:00
parent b0f97f80df
commit 0dfaadab20

View file

@ -50,7 +50,7 @@ infra samba add-to-group "xmpp-users" "jdoe"
infra proxmox list-lxcs --node la-vmh-12 infra proxmox list-lxcs --node la-vmh-12
# Create a new container # Create a new container
infra proxmox create-lxc 12150 local:vztmpl/debian-13-standard "new-app" "10.32.70.100/16" "10.32.0.1" --node la-vmh-12 infra proxmox create-lxc 12150 local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst "new-app" "10.32.70.100/16" "10.32.0.1" --node la-vmh-12
``` ```
### 3. Database (PostgreSQL) ### 3. Database (PostgreSQL)