docs: Add volumes

This commit is contained in:
Kroese
2026-05-26 16:42:33 +02:00
committed by GitHub
parent e034056a83
commit a02ab13765
+2
View File
@@ -34,6 +34,8 @@ services:
ports:
- 8006:8006
volumes:
- ./config:/etc/pve
- ./local:/var/lib/vz
- /var/run/docker.sock:/var/run/docker.sock
restart: always
privileged: true