Skip to content

Commit f528cac

Browse files
committed
Small tweaks.
1 parent 6c28100 commit f528cac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ If you want to use the `geerlingguy/php-apache` image from Docker Hub, you don't
2727

2828
You can also wrap up that configuration in a `Dockerfile` and/or a `docker-compose.yml` file if you want to keep things simple. For example:
2929

30-
```
3130
version: "3"
3231

3332
services:
@@ -107,7 +106,7 @@ Currently, the process for updating this image on Docker Hub is manual. Eventual
107106

108107
docker tag [image id] geerlingguy/php-apache:latest
109108

110-
1. Tag the Solr major version:
109+
1. Tag the PHP major version:
111110

112111
docker tag [image id] geerlingguy/php-apache:7.2 # or 7.1, etc.
113112
docker tag [image id] geerlingguy/php-apache:7.2.5 # the specific version

0 commit comments

Comments
 (0)