From 41be4b16b72782e7dfc3db319e5f3f2880b14c98 Mon Sep 17 00:00:00 2001 From: cerberus Date: Tue, 27 Jan 2026 13:37:34 +0100 Subject: [PATCH] added init config for testing --- copyparty/compose.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/copyparty/compose.yml b/copyparty/compose.yml index ab84c2c..825f34d 100644 --- a/copyparty/compose.yml +++ b/copyparty/compose.yml @@ -25,4 +25,10 @@ services: interval: 1m timeout: 2s retries: 5 - start_period: 15s \ No newline at end of file + start_period: 15s + command: > + -a admin:pass # Erstellt User "admin" mit PW "pass" + -v /srv:root:rw,ad # Mountet /srv als Root-Verzeichnis mit Write- & Admin-Rechten + --name MeinServer # Setzt den Servernamen + --theme 1 # Wählt ein Standard-Theme + --p 3923 # Port-Definition \ No newline at end of file