style 💎: Update setupacdc.yml with corrected rootfs size option

Fixed a typo in the rootfs size option, ensuring correct configuration for container setup.
This commit is contained in:
2025-11-02 08:11:09 +01:00
parent e7b5462c66
commit e2621ec2c0

View File

@@ -31,7 +31,6 @@
{{ container_template }}
--hostname {{ container_hostname }}2
--storage {{ container_storage }}
--rootfs {{ container_rootfs_size }}
--memory {{ container_memory }}
--cores {{ container_cores }}
--net0 {{ container_net }}