Fixing the unnecessary integration of POSTGRES_USER from healthcheck
This commit is contained in:
parent
8a1a8a4e5b
commit
af2ea1924c
1 changed files with 1 additions and 1 deletions
|
@ -57,4 +57,4 @@ EXPOSE 5432
|
|||
CMD ["postgres","-c","listen_addresses=*"]
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=3s --retries=4 \
|
||||
CMD pg_isready -U ${POSTGRES_USER:-postgres}
|
||||
CMD pg_isready -U postgres
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue