Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Altonhe committed Jul 3, 2024
1 parent b877034 commit 6ee655c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gcp-gce/init.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "${docker_env}" > .env


# onebusaway-api-webapp depends on mysql, normally this will handle by docker-compose
# but in Azure, the mysql container will not be ready when onebusaway-api-webapp starts
# sometimes, the mysql container will not be ready when onebusaway-api-webapp starts
# which leads to the error `Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set`
# so we need to start mysql container first
docker-compose -f docker-compose.prod.yml up -d oba_database
Expand Down

0 comments on commit 6ee655c

Please sign in to comment.