added volume for temp folder so that the container can run as non-root user.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-12 07:17:40 -07:00
parent d00e6e252d
commit 2434245c84
2 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ services:
- data:/App/data
- documents:/App/wwwroot/documents
- images:/App/wwwroot/images
- temp:/App/wwwroot/temp
- log:/App/log
- keys:/root/.aspnet/DataProtection-Keys
# expose port and/or use serving via traefik
@@ -25,5 +26,6 @@ volumes:
data:
documents:
images:
temp:
log:
keys: