Skip to content

Commit

Permalink
docker build: Update for Mysql 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mriffle committed Dec 10, 2021
1 parent 78889c7 commit beaddbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/webapp/context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
password="${PROXL_MYSQL_PASSWORD}"
driverClassName="com.mysql.jdbc.Driver"

url="jdbc:mysql://db:3306/${PROXL_DATABASE_NAME}?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8"
url="jdbc:mysql://db:3306/${PROXL_DATABASE_NAME}?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&useSSL=false&allowPublicKeyRetrieval=true"
/>

</Context>

0 comments on commit beaddbe

Please sign in to comment.