Skip to content

Commit

Permalink
Fix yamllint reported errors
Browse files Browse the repository at this point in the history
It looks like github-super linter might not have worked correctly
before, but it received a patch update.
  • Loading branch information
pozsa committed Jan 31, 2022
1 parent b4df383 commit 071e0ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/docker-compose.yaml
@@ -1,3 +1,4 @@
---
version: "3.8"

services:
Expand All @@ -12,7 +13,7 @@ services:
volumes:
- aof-postgres-data:/var/lib/postgresql/data
healthcheck:
test: [ "CMD-SHELL", "pg_isready -d aof -U admin" ]
test: ["CMD-SHELL", "pg_isready -d aof -U admin"]

keycloak:
container_name: keycloak-aof
Expand Down

0 comments on commit 071e0ce

Please sign in to comment.