Skip to content

Commit

Permalink
updated bundle version
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano authored Nov 9, 2023
1 parent 8cdb5fe commit cc74d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
image: ortussolutions/commandbox
# Environment Variables
environment:
# Admin passowrd
# Admin password
CFCONFIG_ADMINPASSWORD: contentbox
DB_HOST: contentbox_db
DB_DATABASE: contentbox
Expand All @@ -43,7 +43,7 @@ services:
DB_USER: root
DB_PASSWORD: contentbox
DB_CLASS: com.mysql.cj.jdbc.Driver
DB_BUNDLEVERSION: 8.0.19
DB_BUNDLEVERSION: 8.0.24
DB_BUNDLENAME: com.mysql.cj
DB_CONNECTIONSTRING: jdbc:mysql://contentbox_db:3306/contentbox?characterEncoding=UTF-8&serverTimezone=UTC&maxReconnects=3
ORM_DIALECT: org.hibernate.dialect.MySQL5InnoDBDialect
Expand Down

0 comments on commit cc74d8a

Please sign in to comment.