Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Crec0 committed Mar 4, 2024
1 parent 5c0aac3 commit 2a9922f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dashboard/docker-compose.yml
Expand Up @@ -6,9 +6,12 @@ services:
container_name: homepage
restart: unless-stopped

command: sh -c "sed -i -e 's/!data\.find\(el => \(el\.fs === fs && el\.type === fsType\)\)/true/' node_modules/systeminformation/lib/filesystem.js && node server.js"

volumes:
- /:/mnt/root:ro
- /var/run/docker.sock:/var/run/docker.sock
- ./data/images:/app/public/images
- ./data/configs:/app/config

networks:
Expand Down

0 comments on commit 2a9922f

Please sign in to comment.