diff --git a/services/copyparty/compose.yaml b/services/copyparty/compose.yaml index 651e558..98cf7b1 100644 --- a/services/copyparty/compose.yaml +++ b/services/copyparty/compose.yaml @@ -67,6 +67,9 @@ services: network_mode: service:tailscale # Sidecar configuration to route ${SERVICE} through Tailscale container_name: app-${SERVICE} # Name for local container management user: "1000:1000" + configs: + - source: copyparty-config + target: /cfg/copyparty.conf volumes: - ./config:/cfg:z - /path/to/your/fileshare/top/folder:/w:z # Make sure to adjust to the location you want