From 37bd5740f68439183659f4dcbb48c7aa56150180 Mon Sep 17 00:00:00 2001 From: cerberus Date: Tue, 27 Jan 2026 13:46:40 +0100 Subject: [PATCH] ?????? --- copyparty/compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/copyparty/compose.yml b/copyparty/compose.yml index dad6456..2f141b9 100644 --- a/copyparty/compose.yml +++ b/copyparty/compose.yml @@ -18,6 +18,8 @@ services: PYTHONUNBUFFERED: 1 # ensures log-messages are not delayed (but can reduce speed a tiny bit) + XDG_CONFIG_HOME: /cfg + stop_grace_period: 15s # thumbnailer is allowed to continue finishing up for 10s after the shutdown signal healthcheck: # hide it from logs with "/._" so it matches the default --lf-url filter @@ -31,4 +33,4 @@ services: -v /srv:root:rw,ad --name MeinServer --theme 1 - --p 3923 \ No newline at end of file + --port 3923 \ No newline at end of file