Skip to content

Commit

Permalink
trying different mount
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Oct 14, 2024
1 parent 1aa2dea commit 502a0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker__local-stack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
-e SERVICES="${{ inputs.LOCAL_STACK_SERVICES }}" \
-e AWS_ACCESS_KEY_ID="${{ inputs.AWS_ACCESS_KEY_ID }}" \
-e AWS_SECRET_ACCESS_KEY="${{ inputs.AWS_SECRET_ACCESS_KEY }}" \
-v "/run/docker/docker.sock:/var/run/docker.sock" \
-v /var/run/docker.sock:/var/run/docker.sock \
--name localstack-server \
localstack/localstack:latest
Expand Down

0 comments on commit 502a0a5

Please sign in to comment.