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
{{ message }}
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
To configure extra [php.ini](https://www.php.net/manual/en/ini.php): settings, create and copy the file into docker image:
154
+
155
+
156
+
```ini
157
+
# php.ini
158
+
auto_prepend_file = /app/prepend.php
159
+
```
160
+
161
+
```Dockerfile
162
+
FROM phpearth/php:7.3-nginx
163
+
164
+
COPY php.ini $PHP_INI_DIR/conf.d/my-app.ini
165
+
```
166
+
151
167
#### Missing extension?
152
168
153
169
In case you'd need an additional extension in the PHP.earth repository, [open an issue](https://github.com/phpearth/docker-php/issues).
0 commit comments