From 83d057653c2d5553ada6f9200be94812c042d16b Mon Sep 17 00:00:00 2001 From: xFuture603 Date: Tue, 19 Aug 2025 09:32:33 +0200 Subject: [PATCH] chore: pinned copyparty to latest version --- docs/examples/docker/idp-authelia-traefik/docker-compose.yml | 2 +- docs/examples/docker/idp-authelia-traefik/traefik/acme.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 docs/examples/docker/idp-authelia-traefik/traefik/acme.json diff --git a/docs/examples/docker/idp-authelia-traefik/docker-compose.yml b/docs/examples/docker/idp-authelia-traefik/docker-compose.yml index 88c35bc2..3a45dda4 100644 --- a/docs/examples/docker/idp-authelia-traefik/docker-compose.yml +++ b/docs/examples/docker/idp-authelia-traefik/docker-compose.yml @@ -6,7 +6,7 @@ networks: services: copyparty: - image: copyparty/ac:1.18.8@sha256:19348cf85bf0df2f0b5b476162d73c72ef8bcbe0f12dd910d3cb05c0312641aa + image: copyparty/ac:latest container_name: idp_copyparty user: "1000:1000" # should match the user/group of your fileshare volumes volumes: diff --git a/docs/examples/docker/idp-authelia-traefik/traefik/acme.json b/docs/examples/docker/idp-authelia-traefik/traefik/acme.json deleted file mode 100644 index e69de29b..00000000