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
|
||||
|
||||
@@ -12,4 +12,3 @@ sudo deluser --remove-all-files $username
|
||||
|
||||
# clean-up
|
||||
sudo find / -user "$uid_num" -delete
|
||||
|
||||
|
||||
Reference in New Issue
Block a user