modem7
modem7
Do we know if this'll be implemented at all? It's been a while since an update (to the query).
> > If you have bash available in your multiprocess container then you can leverage its feature to `wait` on backgrounded processes. > > I have some write ups if...
I'd recommend checking the traefik dashboard/logs then. If the server is good, then the issue lies elsewhere. On Wed, 30 Mar 2022, 21:14 wiebereu, ***@***.***> wrote: > I'd recommend escaping...
Heya, Just started a new job on this end, so time (and leftover brainpower!) is unfortunately quite low! If you could take over with whatever you require, and if there's...
Hey guys, Just came across this, was there any movement since https://github.com/pypa/cibuildwheel/issues/340#issuecomment-635291885?
Hey guys, Just stumbled across this, was there any movement on the --healthcheck? I understand there were a few issues with the previous solution Thanks!
@hhromic was there any updates your end?
My current solution, albeit not the best is: https://hub.docker.com/r/modem7/portainer-business and https://hub.docker.com/r/modem7/portainer ```shell FROM portainer/portainer-ce:2.11.1-alpine RUN apk --update --no-cache add curl && rm -rf /var/cache/apk/* HEALTHCHECK --interval=10s --timeout=5s --start-period=20s --retries=3 CMD...
> > > ### Docker Compose: > > > > > > ```yaml > > ... > > portainer: > > ... > > ports: > > - 9443:9443 >...
> `portainer/portainer-ee:alpine` > > Also does not have /bin/bash Why do you need bash?