Consistent formatting.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: "3.9"
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
@@ -71,5 +69,5 @@ services:
|
||||
POSTGRES_USER: ${DB_USER}
|
||||
POSTGRES_DB: ${DB_NAME}
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U $DB_USER"]
|
||||
test: [ "CMD-SHELL", "pg_isready -U $DB_USER" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user