Skip to content

Commit

Permalink
Correct flyway's dependent service name (postgres-test)
Browse files Browse the repository at this point in the history
  • Loading branch information
ke4 authored Oct 9, 2023
1 parent 524c0ed commit 67baa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose-postgres-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
volumes:
- ../schemas/flyway/gxa/:/flyway/sql
depends_on:
- gxa-postgres-test
- postgres-test

networks:
atlas-test-net:
Expand Down

0 comments on commit 67baa2f

Please sign in to comment.