Skip to content

Commit

Permalink
Merge pull request #322 from jolicode/init
Browse files Browse the repository at this point in the history
Enabled init: true in docker compose to have better signal handling
  • Loading branch information
lyrixx authored Sep 16, 2024
2 parents fe9e7e3 + d7da97c commit 25fb047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/docker/docker-compose.builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
build:
context: services/php
target: builder
init: true
depends_on:
- postgres
environment:
Expand Down

0 comments on commit 25fb047

Please sign in to comment.