Skip to content

Commit

Permalink
Fix: flyway URL
Browse files Browse the repository at this point in the history
As suggested by a comment in:
flyway/flyway-docker#136
  • Loading branch information
dabico committed Feb 12, 2024
1 parent b101b6a commit 841e610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
TZ: UTC
FLYWAY_USER: gseadmin
FLYWAY_PASSWORD: Lugano2020
FLYWAY_URL: jdbc:mysql://gse-database:3306/gse?serverTimezone=UTC&useLegacyDatetimeCode=false&useUnicode=yes&characterEncoding=UTF-8&allowPublicKeyRetrieval=true
FLYWAY_URL: jdbc:mysql://gse-database:3306/gse?serverTimezone=UTC&useLegacyDatetimeCode=false&useUnicode=yes&characterEncoding=UTF-8&allowPublicKeyRetrieval=true&permitMysqlScheme=true
FLYWAY_SCHEMAS: gse
FLYWAY_DEFAULT_SCHEMA: gse
command: migrate
Expand Down

0 comments on commit 841e610

Please sign in to comment.