Skip to content

Commit 58ab822

Browse files
committed
Use PHP 8.1
1 parent a0c7ca8 commit 58ab822

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM urre/wordpress-nginx-docker-compose-image:1.3.0
1+
FROM urre/wordpress-nginx-docker-compose-image:1.4.0
22

33
# Install wp-cli
44
RUN apt-get update && apt-get install -y sudo less mariadb-client

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Use WordPress locally with Docker using [Docker compose](https://docs.docker.com
1010
## Contents
1111

1212
+ 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
1414
+ Custom domain and HTTPS support. So you can use for example [https://myapp.local](https://myapp.local)
1515
+ Custom nginx config in `./nginx`
1616
+ Custom PHP `php.ini` config in `./config`
@@ -305,7 +305,7 @@ docker-compose up -d --force-recreate --build
305305
<summary>Changelog</summary>
306306

307307
#### 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.
309309
#### 2022-05-28
310310
- 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)
311311
#### 2022-05-28

0 commit comments

Comments
 (0)