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