Tim Düsterhus
Tim Düsterhus
> Deprecated: > assertions: > The [assert_options()](https://www.php.net/manual/en/function.assert-options.php) function is now deprecated. > The ASSERT_ACTIVE, ASSERT_BAIL, ASSERT_CALLBACK, ASSERT_EXCEPTION, and ASSERT_WARNING constants have been deprecated. > The assert.* INI settings have been...
@timacdonald I'm afraid I'm really the wrong person to ask here. I'm not an expert with regard to the documentation. Other than reviewing the ext/random stuff which I maintain, I...
I believe this effectively is a duplicate of #1622.
Thank you for this heads up. I already assumed as much as part of https://github.com/docker-library/official-images/pull/13622#issuecomment-1333930752. /cc @tianon
How are you starting the container?
I'm unable to reproduce the issue with a stripped down version of your configuration: ``` adminer: image: adminer user: "adminer:adminer" container_name: adminer restart: on-failure:5 expose: - "8080/tcp" environment: ADMINER_DEFAULT_SERVER: xxxx...
> My volumes are using a custom user and group, not UID 999. But named `adminer` too. Names are irrelevant, permissions are only based on the UID. The name can...
> but I'm unable to find a simple english term to describe this "out-of-bounds" nature :-) "exceeds" maybe ? “outside” appears to be a common term for this.
> Preserving the values of the last request will be necessary to allow features like the `Kernel::terminate()` provided by Symfony and Laravel. Makes sense. Then this should be documented and...
> mm ... which are the libraries? I have ImageMagick You need the dev libraries (`libmagick++-dev` for Debian / Ubuntu).