bruh moment
whitespace/formatting diff
This commit is contained in:
@@ -38,7 +38,11 @@ services:
|
||||
- postgres_data:/var/lib/postgresql
|
||||
user: ${PUID}:${PGID}
|
||||
healthcheck:
|
||||
test: ['CMD-SHELL', 'psql -U ${POSTGRES_USER} -d ${POSTGRES_DB} -c "select version();"']
|
||||
test:
|
||||
[
|
||||
'CMD-SHELL',
|
||||
'psql -U ${POSTGRES_USER} -d ${POSTGRES_DB} -c "select version();"',
|
||||
]
|
||||
interval: 1s
|
||||
retries: 5
|
||||
timeout: 5s
|
||||
|
||||
Reference in New Issue
Block a user