Skip to content

Commit

Permalink
Fixed name in docker-compose.yml file to lowerCase
Browse files Browse the repository at this point in the history
Docker Compose was not starting when name attribute includes upperCase characters.

Issue ID: #26

Authored-by: Angelina Heinrichs
  • Loading branch information
Angelina committed Jan 16, 2024
1 parent 71e18a1 commit ac48783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "1"

name: "TransientBehaviorRequirementOptimizer"
name: "transient-behavior-requirement-optimizer"

services:
dashboard:
Expand Down

0 comments on commit ac48783

Please sign in to comment.