Skip to content

Commit

Permalink
Use long form to avoid race condition
Browse files Browse the repository at this point in the history
See helpful comment [here](docker/compose#3270 (comment)).
  • Loading branch information
mogul committed Oct 3, 2024
1 parent 27cc521 commit 7a8f8a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ services:
# RUN_AS="$(id -u):$(id -g)" docker compose up -d
user: ${RUN_AS:-0:0}
depends_on:
- match-volume-ownership
match-volume-ownership:
condition: service_completed_successfully
environment:
SPIFFWORKFLOW_BACKEND_ENV: "local_docker"
FLASK_DEBUG: "0"
Expand Down

0 comments on commit 7a8f8a9

Please sign in to comment.