Merge branch 'disk-usage-fix' of https://github.com/steveiliop56/runtipi into steveiliop56-disk-usage-fix

This commit is contained in:
Nicolas Meienberger 2023-11-20 19:24:26 +01:00
commit 0fe29a9a80

View file

@ -76,7 +76,7 @@ services:
environment:
NODE_ENV: production
volumes:
- /:/host/root:ro
- /:/mnt/host:ro
- /proc:/host/proc
- /var/run/docker.sock:/var/run/docker.sock
- ${PWD}/.env:/app/.env