diff --git a/copyparty/compose.yml b/copyparty/compose.yml index 459f4a1..dad6456 100644 --- a/copyparty/compose.yml +++ b/copyparty/compose.yml @@ -27,8 +27,8 @@ services: retries: 5 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 + -a admin:pass + -v /srv:root:rw,ad + --name MeinServer + --theme 1 + --p 3923 \ No newline at end of file