Skip to content
Discussion options

You must be logged in to vote

Seems like it's an ordering issue when parsing df output in systeminformation. When I see wrong data, /app/config appears before /srv/docker in df. When it's correct, /srv/docker comes first. I agree, this is an issue in systeminformation, not homepage.

As a workaround, I changed docker-compose to list my external disks first, before the config bind mount that seems to trip up systeminformation:

      - /srv/docker:/srv/docker:ro
      - /srv/backup:/srv/backup:ro
      - ./homepage:/app/config

Now, after 10 restarts it was correct every time... Thanks for pointing me in the right direction.

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@shamoon
Comment options

Comment options

You must be logged in to vote
4 replies
@nerdlich
Comment options

Answer selected by nerdlich
@shamoon
Comment options

@nerdlich
Comment options

@shamoon
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants