fix(windows): use correct storage location (#2713)

This commit is contained in:
Stavros 2024-03-06 18:35:06 +02:00 committed by GitHub
parent 1552e0c757
commit 1c86b41767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ services:
- DISK_SIZE=${WINDOWS_DISK_SIZE_GB}G
- VERSION=${WINDOWS_VERSION}
volumes:
- ${APP_DATA_DIR}/data:/storage
- ${APP_DATA_DIR}/data/storage:/storage
networks:
- tipi_main_network
labels: