Skip to content

Commit

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

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

0 comments on commit 53ed177

Please sign in to comment.