Skip to content

Commit

Permalink
Place --force-recreate differently
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus committed Oct 20, 2024
1 parent d077174 commit 81ac97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion up_integration-test-env.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Invoke-Call -ScriptBlock { docker ps -q | % { docker stop $_ } } -ErrorAction St

# Up containers
Invoke-Call -ScriptBlock { docker compose --compatibility -f docker-compose.yml pull } -ErrorAction Stop
Invoke-Call -ScriptBlock { docker compose --compatibility --force-recreate -f docker-compose.yml up -d } -ErrorAction Stop
Invoke-Call -ScriptBlock { docker compose --compatibility -f docker-compose.yml up --force-recreate -d } -ErrorAction Stop

# Set connection url to environment variable
# RabbitMQ
Expand Down

0 comments on commit 81ac97b

Please sign in to comment.