# [[7. PVE 8.x - Create LXC (CT)#Create LXC using webUI|Create LXCu]] Follow the [[7. PVE 8.x - Create LXC (CT)#Create LXC using webUI|guide]] using the settings below. [[LXC]]s will only use the resources required, not the resources assigned. <span class="fieldname">Template:</span> Debian 12 <span class="fieldname">Disk:</span> 32G <span class="fieldname">CPU:</span> 2 <span class="fieldname">Memory:</span> 2048 <span class="fieldname">Swap:</span> 0 <span class="fieldname">Network:</span> static [[IPv4]]: <code class="o-code">192.168.0.222/24</code> # [[4. Debian - Setup|Setup Debian]] <button class="login-root">🖥>login</button> <code class="login-root">root</code> and follow the [[4. Debian - Setup|guide]] for a minimum setup (timezone and update). # [[Docker - Install#Install Docker|Install Docker]] # Install [[Vaultwarden]] <code class="g-code">docker pull vaultwarden/server:latest</code> <code class="g-code">mkdir /vw-data</code> <code class="g-code">docker run -d --name vaultwarden -v /vw-data/:/data/ --restart unless-stopped -p 8088:80 vaultwarden/server:latest</code> ![[Vaultwarden#References]] # Follow or Support me -> <a href='https://ko-fi.com/S6S0K9U5Q' target='_blank'><img height='36' style='border:0px;height:36px;float:right; ' src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>