Merge branch 'disk-usage-fix' of https://github.com/steveiliop56/runtipi into steveiliop56-disk-usage-fix
This commit is contained in:
commit
0fe29a9a80
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
volumes:
|
volumes:
|
||||||
- /:/host/root:ro
|
- /:/mnt/host:ro
|
||||||
- /proc:/host/proc
|
- /proc:/host/proc
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ${PWD}/.env:/app/.env
|
- ${PWD}/.env:/app/.env
|
||||||
|
|
Loading…
Add table
Reference in a new issue