Merge pull request #1 from 474791-dev/474791-dev-patch-1

Update storage configuration in compose.yml
This commit is contained in:
474791-dev 2025-12-12 10:57:00 -05:00 committed by GitHub
commit c30e2f8e22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,15 @@ services:
- 3389:3389/tcp
- 3389:3389/udp
volumes:
- ./windows:/storage
- windows_data:/storage # VMs own 2TB disk
restart: always
stop_grace_period: 2m
volumes:
windows_data:
driver: local
driver_opts:
type: xfs
o: pquota
device: /var/lib/docker/volumes/windows_data
size: 2T # dedicated 2 terabyte quota