madmurl0c

Results 7 comments of madmurl0c

Greetings @zarend, Thanks for taking a look at this. I'm not 100% sure but I haven't noticed it with any other component in my apps so far. Manually triggering change...

@Vaults Are you sure that you have to rewrite all the images? Can't you just define `registry-mirrors` to the docker process? I've been using a [docker mirror](https://docs.docker.com/docker-hub/mirror/) for a while...

I am not the original creator of this issue but I'm experiencing a similar issue. Here's the required part of my application.yml: ``` eureka: instance: hostname: ${EUREKA_HOSTNAME:localhost} securePort: ${EUREKA_PORT:443} server:...

Did you manage to add a favicon? I'm currently struggling with this

Now it works, thanks a lot. Previously I put the favicon in `/login/assets/img/favicon.ico` but that path didn't work, of course it needs to be under `resources`. Hopefully your bugfix gets...

Haven't thought about that but great idea

I recently migrated from portainer/ce 2.15 to 2.19.2 and am experiencing this issue now. Is there any way to turn off JSON parsing of logs? It's really annoying to not...