Merge pull request #7428 from yguedidi/use-wallabag-user-for-postgresql-healthcheck

Use wallabag user for PostgreSQL healthcheck
This commit is contained in:
Yassine Guedidi
2024-04-16 07:47:13 +02:00
committed by GitHub

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