更新 docker-compose.yaml

This commit is contained in:
VaalaCat 2024-07-20 14:35:37 +08:00
parent 0845b7a3c3
commit 8cbb0b4258

View File

@ -1,6 +1,6 @@
services: services:
reverse-proxy: reverse-proxy:
image: traefik image: traefik:3.1
restart: unless-stopped restart: unless-stopped
ports: ports:
- "30080:80" - "30080:80"
@ -24,7 +24,7 @@ services:
- traefik - traefik
traefik-forward-auth: traefik-forward-auth:
image: thomseddon/traefik-forward-auth:2 image: ghcr.io/stefanschoof/traefik-forward-auth:latest
env_file: .auth.env env_file: .auth.env
restart: unless-stopped restart: unless-stopped
volumes: volumes: