Laurent Goderre

Results 475 comments of Laurent Goderre

@raghav-rama https://github.com/aio-libs/aiohttp/issues/7229

Manually downgrading libiconv seems to solve the issue Edited: ``` /var/www/html # apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.12/community/ gnu-libiconv=1.15-r2 OK: 21 MiB in 37 packages /var/www/html # export LD_PRELOAD=/usr/lib/preloadable_libiconv.so /var/www/html #...

You can use volume mount to mount those config to the container

Fpm isn't like a regular server and doesn't use port 80 or http. Also, by overriding the entrypoint the fpm process doesn't get started. The following works! ``` docker run...

@mohammedx3 those 2 tags have different base debian version (Bookworm vs Bullseye) which coukld explain the difference in error messages, but regardless, curl is not a valid way to test...

Changed the title because "expose" could mean make accessible outside the container

@tclavier to get the change in, you would need to run `./apply-template` for the changes to be applied to the image themselves.

Linking upstream issue: https://github.com/meteor/meteor/discussions/12015