From 9c1b2b508408132b2e9f94a3ae15b0dbc22d04f8 Mon Sep 17 00:00:00 2001 From: Roger Sikorski Date: Mon, 16 Mar 2026 08:42:57 +0100 Subject: [PATCH] feature/code-update --- rustfs/compose.yaml | 2 +- traefik/compose.yaml | 2 +- traefik/volume.git/traefik.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rustfs/compose.yaml b/rustfs/compose.yaml index 75c8bec..235cdb0 100644 --- a/rustfs/compose.yaml +++ b/rustfs/compose.yaml @@ -2,7 +2,7 @@ services: rustfs: # https://hub.docker.com/r/rustfs/rustfs # https://github.com/rustfs/rustfs/releases - image: rustfs/rustfs:1.0.0-alpha.69 + image: rustfs/rustfs:1.0.0-alpha.86 hostname: unraid container_name: rustfs env_file: .env diff --git a/traefik/compose.yaml b/traefik/compose.yaml index e662476..3f76f53 100644 --- a/traefik/compose.yaml +++ b/traefik/compose.yaml @@ -3,7 +3,7 @@ volumes: services: traefik: - image: traefik:3.0 + image: traefik:3 container_name: traefik restart: always command: --providers.docker diff --git a/traefik/volume.git/traefik.yml b/traefik/volume.git/traefik.yml index 3b26bb9..247d502 100644 --- a/traefik/volume.git/traefik.yml +++ b/traefik/volume.git/traefik.yml @@ -1,7 +1,7 @@ entryPoints: - http: + web: address: ':80' - https: + websecure: address: ':443' asDefault: true -- 2.49.1