mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +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:
|
# env_file:
|
||||||
# - ./docker/postgres/env
|
# - ./docker/postgres/env
|
||||||
# healthcheck:
|
# healthcheck:
|
||||||
# test: ["CMD-SHELL", "pg_isready -q || exit 1"]
|
# test: ["CMD-SHELL", "pg_isready -U wallabag -q || exit 1"]
|
||||||
# interval: 10s
|
# interval: 10s
|
||||||
# timeout: 3s
|
# timeout: 3s
|
||||||
# retries: 3
|
# retries: 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue