Nir K

Results 28 comments of Nir K

``` version: "3.7" services: traefik: image: "traefik:latest" restart: always command: - "--api=true" #- "--api.dashboard=true" - "--api.insecure=true" - "--providers.docker=true" - "--providers.docker.exposedbydefault=false" - "--entrypoints.web.address=:80" - "--entrypoints.web.http.redirections.entrypoint.to=websecure" - "--entrypoints.web.http.redirections.entrypoint.scheme=https" - "--entrypoints.websecure.address=:443" - "--certificatesresolvers.mydnschallenge.acme.email=${SSL_EMAIL}"...

on 1.50.2 it doesnt happen (reverting fixes the issue), any newer version causes the issue

Yes I also tried 1.54.0 and same thing happens, I have no idea why honestly, but at least its consistently fixed when reverting to 1.50.2

One thing I noticed, is that you can see that not only are the timestamps all messed up, but it no longer mentioned the execution duration, you can see in...

Also happening to me, will downgrade to 7.2.0 as suggested here until solved

> The permission problem is with `/dev/shm/ols/`. Please run lsup.sh again, it should have been fixed. unfortunately, still unresolved for me 2024-09-18 17:42:02.080106 | ERROR | [1705481] Failed to open...

> > > The permission problem is with `/dev/shm/ols/`. Please run lsup.sh again, it should have been fixed. > > > > > > unfortunately, still unresolved for me >...

+1 on this request, needed for secured oauth flow

> @nirkons @Erhao would like to know your use case for supporting this feature Hi, Same use case as the thread starter, Currently there's no way to securely store any...