Use wallabag user for PostgreSQL healthcheck

This commit is contained in:
Yassine Guedidi 2024-04-16 01:01:53 +02:00
parent 0f146cf597
commit 91d81ef460

View file

@ -50,7 +50,7 @@ services:
# env_file:
# - ./docker/postgres/env
# healthcheck:
# test: ["CMD-SHELL", "pg_isready -q || exit 1"]
# test: ["CMD-SHELL", "pg_isready -U wallabag -q || exit 1"]
# interval: 10s
# timeout: 3s
# retries: 3