Skip to content

Commit

Permalink
Update docker message in templates (#3220)
Browse files Browse the repository at this point in the history
#3190

Co-authored-by: Damian Edwards <damian@damianedwards.com>
  • Loading branch information
github-actions[bot] and DamianEdwards authored Mar 27, 2024
1 parent 4d551ed commit 0b1d21f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"type": "parameter",
"datatype": "bool",
"defaultValue": "false",
"displayName": "_Use Redis for caching (requires Docker)",
"description": "Configures whether to setup the application to use Redis for caching. Requires Docker to run locally."
"displayName": "_Use Redis for caching (requires a supported container runtime)",
"description": "Configures whether to setup the application to use Redis for caching. Requires a supported continer runtime to run locally, see https://aka.ms/dotnet/aspire/containers for more details."
},
"CreateTestsProject": {
"type": "parameter",
Expand Down

0 comments on commit 0b1d21f

Please sign in to comment.