Skip to content

Commit

Permalink
FIx flyway version
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Feb 15, 2024
1 parent f0f54ad commit 98b48bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
retries: 60

flyway:
image: flyway/flyway
image: flyway/flyway:10.5.0
command: migrate -password=postgres -schemas=public -user=postgres -url=jdbc:postgresql://db:5432/monitorfishdb
volumes:
- ../../backend/src/main/resources/db/:/flyway/sql
Expand Down

0 comments on commit 98b48bb

Please sign in to comment.