1
0
mirror of https://github.com/wallabag/docker synced 2025-12-12 17:26:25 +00:00

Merge pull request #401 from wallabag/impr/doc

doc: change docker-compose healthcheck target
This commit is contained in:
Kevin Decherf
2024-03-10 21:59:31 +01:00
committed by GitHub

View File

@@ -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: