Skip to content

Commit

Permalink
Merge pull request #1816 from vsilvar/patch-1
Browse files Browse the repository at this point in the history
Fix filebrowser healthcheck
  • Loading branch information
nemchik authored Dec 8, 2024
2 parents 918acc6 + 5ffbbf0 commit 9d3f6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/.apps/filebrowser/filebrowser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
healthcheck:
test:
- CMD-SHELL
- curl -fs http://localhost:${FILEBROWSER_PORT_80}/health || exit 1
- curl -fs http://localhost:80/health || exit 1
restart: ${FILEBROWSER_RESTART}
user: ${PUID}:${PGID}
volumes:
Expand Down

0 comments on commit 9d3f6d1

Please sign in to comment.