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

doc: change docker-compose healthcheck target

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf
2024-03-10 16:20:26 +01:00
parent f59fb4b67a
commit e16d9e4113

View File

@@ -131,7 +131,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: