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: