forked from wallabag/wallabag
Merge pull request #7428 from yguedidi/use-wallabag-user-for-postgresql-healthcheck
Use wallabag user for PostgreSQL healthcheck
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user