Skip to content

Commit e8977c3

Browse files
committed
Use init with registry since it forks
Avoids many zombie processes left over Signed-off-by: Steve Wills <[email protected]>
1 parent e3f8d28 commit e8977c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/compose/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ services:
202202

203203
registry:
204204
image: registry:2.7.1
205+
init: true
205206
restart: unless-stopped
206207
network_mode: host
207208
healthcheck:

0 commit comments

Comments
 (0)