diff options
Diffstat (limited to 'compose.yaml')
| -rw-r--r-- | compose.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compose.yaml b/compose.yaml index 86a4656..9f28da6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,7 +8,7 @@ services: depends_on: db: condition: service_healthy - + db: image: postgres:latest ports: @@ -18,7 +18,7 @@ services: volumes: - /var/lib/postgresql/data:/var/lib/postgresql/data healthcheck: - test: ["CMD-SHELL", "pg_isready -U postgres"] + test: ['CMD-SHELL', 'pg_isready -U postgres'] interval: 5s timeout: 5s retries: 5 |
