mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Set stop_signal for worker to stop Horizon more correct
This commit is contained in:
parent
d2ed117d3f
commit
d372b9dee7
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ services:
|
|||
container_name: "${DOCKER_ALL_CONTAINER_NAME_PREFIX}-worker"
|
||||
command: gosu www-data php artisan horizon
|
||||
restart: unless-stopped
|
||||
stop_signal: SIGTERM
|
||||
profiles:
|
||||
- ${DOCKER_WORKER_PROFILE:-}
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue