Skip to content

Commit

Permalink
Merge pull request #401 from wallabag/impr/doc
Browse files Browse the repository at this point in the history
doc: change docker-compose healthcheck target
  • Loading branch information
Kdecherf committed Mar 10, 2024
2 parents 03d1e3a + e16d9e4 commit eaf63d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -132,7 +132,7 @@ services:
volumes:
- /opt/wallabag/images:/var/www/wallabag/web/assets/images
healthcheck:
test: ["CMD", "wget" ,"--no-verbose", "--tries=1", "--spider", "http://localhost"]
test: ["CMD", "wget" ,"--no-verbose", "--tries=1", "--spider", "http://localhost/api/info"]
interval: 1m
timeout: 3s
depends_on:
Expand Down

0 comments on commit eaf63d2

Please sign in to comment.