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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Use WordPress locally with Docker using [Docker compose](https://docs.docker.com
10
10
## Contents
11
11
12
12
+ A `Dockerfile` for extending a base image and using a custom [Docker image](https://github.com/urre/wordpress-nginx-docker-compose-image) with an [automated build on Docker Hub](https://cloud.docker.com/repository/docker/urre/wordpress-nginx-docker-compose-image)
13
-
+ PHP 8.2
13
+
+ PHP 8.1
14
14
+ Custom domain and HTTPS support. So you can use for example [https://myapp.local](https://myapp.local)
15
15
+ Custom nginx config in `./nginx`
16
16
+ Custom PHP `php.ini` config in `./config`
@@ -305,7 +305,7 @@ docker-compose up -d --force-recreate --build
305
305
<summary>Changelog</summary>
306
306
307
307
#### 2022-05-28
308
-
- Use PHP 8.2.[Dockerfile](https://github.com/urre/wordpress-nginx-docker-compose-image/blob/master/Dockerfile) is updated.
308
+
- Use PHP 8.1[Dockerfile](https://github.com/urre/wordpress-nginx-docker-compose-image/blob/master/Dockerfile) is updated.
309
309
#### 2022-05-28
310
310
- Use php:8.0-fpm-alpine as the base image on the image in Dockerfile [](https://hub.docker.com/repository/registry-1.docker.io/urre/wordpress-nginx-docker-compose-image/general)
0 commit comments