Commit 55de0b6b authored by Will Cory's avatar Will Cory Committed by GitHub

Merge pull request #7791 from keroro520/correct-indexer-docker-compose-deps-clause

indexer: correct depends-on clause of docker-compose
parents d5790541 d82a2fdb
...@@ -58,7 +58,6 @@ services: ...@@ -58,7 +58,6 @@ services:
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy
depends_on:
migrations: migrations:
condition: service_started condition: service_started
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment