Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 authored Sep 5, 2024
1 parent 869504c commit 207275f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
platform: linux/${PLATFORM}
environment:
- DB_DRIVER=com.mysql.cj.jdbc.Driver
- DB_URL=jdbc:mysql://mysql:3306/process-engine?sendFractionalSeconds=false
- DB_URL=jdbc:mysql://mysql:3306/process-engine?sendFractionalSeconds=false&sessionVariables=transaction_isolation='READ-COMMITTED'
- DB_USERNAME=camunda
- DB_PASSWORD_FILE=/run/secrets/camunda_db_password
- WAIT_FOR=mysql:3306
Expand Down

0 comments on commit 207275f

Please sign in to comment.