Skip to content

Commit 77b1a26

Browse files
committed
chore: fix docker-compose.yml syntax
The error was: parsing docker-compose.yaml: yaml: line 37: did not find expected '-' indicator Correction for 1abdf9b commit. Relate to #13
1 parent 1abdf9b commit 77b1a26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/docker-compose.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ services:
3636
- POSTGRES_DB=test
3737
volumes:
3838
- ./categories.postgres.sql:/docker-entrypoint-initdb.d/categories.sql
39+
healthcheck:
3940
# Note: double dollar sign protects variables from docker compose interpolation
4041
test: "pg_isready --user $$POSTGRES_USER --quiet --timeout 0"
4142
interval: 1s

0 commit comments

Comments
 (0)