

Ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3 Or, alternatively, just build and use in local.Īccess_log /var/log/nginx/access.log vhost

Then, publish the container image in Dockerhub so you can use it for your own servers. RUN install_packages ca-certificates curl gzip libaudit1 libbsd0 libbz2-1.0 libc6 libcap-ng0 libcom-err2 libcurl4 libexpat1 libffi6 libfftw3-double3 libfontconfig1 libfreetype6 libgcc1 libgcrypt20 libglib2.0-0 libgmp10 libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhogweed4 libicu63 libidn2-0 libjemalloc2 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.4-2 liblqr-1-0 libltdl7 liblzma5 libmagickcore-6.q16-6 libmagickwand-6.q16-6 libmcrypt4 libmemcached11 libmemcachedutil2 libncurses6 libnettle6 libnghttp2-14 libonig5 libp11-kit0 libpam0g libpcre3 libpng16-16 libpq5 libpsl5 libreadline7 librtmp1 libsasl2-2 libsqlite3-0 libssh2-1 libssl1.1 libstdc++6 libsybdb5 libtasn1-6 libtidy5deb1 libtinfo6 libunistring2 libuuid1 libx11-6 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxslt1.1 libzip4 procps sudo tar unzip zlib1g To do that, you will have to fork the container repository and edit the Dockerfile in the 5/debian-10 directory:ĭiff -git a/5/debian-10/Dockerfile b/5/debian-10/Dockerfile In order not to block you, below I'm going to describe a workaround so you can run PHP 7.3 with WordPress. Could you describe the steps you're following? I just installed it via the WP Admin panel.

Bitnami mean stack apache config install#
I could install themes without seeing any warnings.
Bitnami mean stack apache config upgrade#
The proper way to upgrade WordPress is to change the container image tag.Īnd now I can not install a simple theme on this wordpress container. NOTE: You should not be clicking on "re-install" or "upgrade" the WordPress container, since it would be reverted once the container is re-created. Those warnings/notices appear in the Apache error log and in the website (although they disappear after the page reloads).Īnd I would not worry over those warnings/notices, since they are only referring to some file system actions (which obviously are not completed since the container running as a non-root user). Wordpress_1 | PHP Notice: Trying to access array offset on value of type bool in /opt/bitnami/wordpress/wp-admin/includes/class-wp-filesystem-direct.php on line 226, referer. Wordpress_1 | PHP Warning: chmod(): Operation not permitted in /opt/bitnami/wordpress/wp-admin/includes/class-wp-filesystem-direct.php on line 168, referer. Output of docker-compose version (if applicable):.Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslogĬontainerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb Network: bridge host ipvlan macvlan null overlay Notice: Trying to access array offset on value of type bool in /opt/bitnami/wordpress/wp-admin/includes/class-wp-filesystem-direct.php on line 226 (This is repeated 100+ times)Īdditional information you deem important (e.g. Warning: chmod(): Operation not permitted in /opt/bitnami/wordpress/wp-admin/includes/class-wp-filesystem-direct.php on line 168 The authenticity of wordpress-5.4.2-no-content.zip could not be verified as no signature was found.
