Skip to content

Commit

Permalink
remove ./ from compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 13, 2024
1 parent 236ffa8 commit 325618b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ spring:
compose:
enabled: true
lifecycle-management: start-only
file: ./<%- dockerServicesDir %>services.yml
file: <%- dockerServicesDir %>services.yml
profiles:
# The commented value for `active` can be replaced with valid Spring profiles to load.
# Otherwise, it will be filled in by <%= buildTool %> when building the JAR file
Expand Down

0 comments on commit 325618b

Please sign in to comment.