compose update
This commit is contained in:
@@ -19,6 +19,10 @@ services:
|
||||
|
||||
server:
|
||||
restart: unless-stopped
|
||||
# The server spawns exiftool + mount.nfs children; without an init as PID 1
|
||||
# their orphans become unreapable zombies and docker can't stop the container
|
||||
# ("PID … is zombie and can not be killed"). tini forwards signals + reaps.
|
||||
init: true
|
||||
build:
|
||||
context: .
|
||||
dockerfile: server/Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user