bruh moment
whitespace/formatting diff
This commit is contained in:
@@ -12,7 +12,11 @@ services:
|
||||
- /etc/passwd:/etc/passwd:ro
|
||||
user: ${PUID}:${PGID}
|
||||
healthcheck:
|
||||
test: ['CMD-SHELL', 'psql -U postgres -d spotify-manager -c "select version();"']
|
||||
test:
|
||||
[
|
||||
'CMD-SHELL',
|
||||
'psql -U postgres -d spotify-manager -c "select version();"',
|
||||
]
|
||||
interval: 1s
|
||||
retries: 5
|
||||
timeout: 5s
|
||||
|
||||
Reference in New Issue
Block a user