You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly, you can mount a PHP config file to the path `/etc/php/7.4/apache2/php.ini` (substitute whatever PHP version you're currently using in that path).
70
+
Similarly, you can mount a PHP config file to the path `/etc/php/8.1/apache2/php.ini` (substitute whatever PHP version you're currently using in that path).
70
71
71
72
## Management with Ansible
72
73
@@ -85,7 +86,7 @@ First, install Ansible role requirements:
85
86
86
87
Then, make sure Docker is running, and run the playbook to build the container:
(Substitute whatever supported PHP version you desire in the vars path) Once the image is built, you can run `docker images` to see the `php-apache` image that was generated.
0 commit comments