From 8cbb0b42585fca25e95b57a6c552455579a9f086 Mon Sep 17 00:00:00 2001 From: VaalaCat Date: Sat, 20 Jul 2024 14:35:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20docker-compose.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 96c8bff..d59a4da 100755 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: reverse-proxy: - image: traefik + image: traefik:3.1 restart: unless-stopped ports: - "30080:80" @@ -24,7 +24,7 @@ services: - traefik traefik-forward-auth: - image: thomseddon/traefik-forward-auth:2 + image: ghcr.io/stefanschoof/traefik-forward-auth:latest env_file: .auth.env restart: unless-stopped volumes: