mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
Merge pull request #7428 from yguedidi/use-wallabag-user-for-postgresql-healthcheck
Use wallabag user for PostgreSQL healthcheck
This commit is contained in:
commit
aaaae0606c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue